0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-28 20:52:21 +01:00

property order

This commit is contained in:
Mark Otto 2016-05-09 10:18:41 -07:00
parent 3daeb58ac3
commit 1b17ee4062

View File

@ -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);