This commit is contained in:
Mark Otto 2016-10-09 16:46:47 -07:00
parent b77b874265
commit 8273e0cf82

View File

@ -19,7 +19,7 @@
@if $enable-rounded { @if $enable-rounded {
&:focus { &:focus {
box-shadow: $input-box-shadow, 0 0 6px lighten($color, 20%) box-shadow: $input-box-shadow, 0 0 6px lighten($color, 20%);
} }
} }
} }