1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 09:05:47 +02:00

Fix up some form docs styles, sizing, etc

This commit is contained in:
Mark Otto
2015-04-23 01:10:14 -07:00
parent dc3abb5f12
commit 490294e68b
10 changed files with 154 additions and 166 deletions

View File

@@ -55,7 +55,7 @@
@mixin form-control-focus() {
&:focus {
border-color: $input-border-focus;
outline: 0;
outline: none;
$shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px $input-box-shadow-focus;
@include box-shadow($shadow);
}