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