2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03: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
+1 -1
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);
}