0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-28 20:52:21 +01:00
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 {
&:focus {
box-shadow: $input-box-shadow, 0 0 6px lighten($color, 20%)
box-shadow: $input-box-shadow, 0 0 6px lighten($color, 20%);
}
}
}