mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
property order
This commit is contained in:
parent
3daeb58ac3
commit
1b17ee4062
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue