mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-25 04:12:55 +01:00
Use box-shadow mixin
This commit is contained in:
parent
7a21517a48
commit
6eb2e54a91
@ -17,10 +17,8 @@
|
||||
.form-control {
|
||||
border-color: $color;
|
||||
|
||||
@if $enable-shadows {
|
||||
&:focus {
|
||||
box-shadow: $input-box-shadow, 0 0 6px lighten($color, 20%);
|
||||
}
|
||||
&:focus {
|
||||
@include box-shadow($input-box-shadow, 0 0 6px lighten($color, 20%));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user