diff options
| author | Mark Otto <[email protected]> | 2016-05-09 10:18:41 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-05-09 10:18:41 -0700 |
| commit | 1b17ee4062018c86794cbe8f3a7b8096d21d9239 (patch) | |
| tree | b412975882b3669b45996feee263db1f17e1b3d3 | |
| parent | 3daeb58ac3e6251067948f4564f1bc362b734667 (diff) | |
| download | bootstrap-1b17ee4062018c86794cbe8f3a7b8096d21d9239.tar.xz bootstrap-1b17ee4062018c86794cbe8f3a7b8096d21d9239.zip | |
property order
| -rw-r--r-- | scss/mixins/_forms.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/mixins/_forms.scss b/scss/mixins/_forms.scss index ecda4463f..40f2dcccc 100644 --- a/scss/mixins/_forms.scss +++ b/scss/mixins/_forms.scss @@ -57,8 +57,8 @@ @mixin form-control-focus() { &:focus { color: $input-color-focus; - border-color: $input-border-focus; background-color: $input-bg-focus; + border-color: $input-border-focus; outline: none; $shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px $input-box-shadow-focus; @include box-shadow($shadow); |
