mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-23 18:40:03 +00:00
Set box-shadow on input if enable-shadows rather than enable-rounded
This commit is contained in:
parent
9ee304b973
commit
7a21517a48
@ -17,7 +17,7 @@
|
|||||||
.form-control {
|
.form-control {
|
||||||
border-color: $color;
|
border-color: $color;
|
||||||
|
|
||||||
@if $enable-rounded {
|
@if $enable-shadows {
|
||||||
&:focus {
|
&:focus {
|
||||||
box-shadow: $input-box-shadow, 0 0 6px lighten($color, 20%);
|
box-shadow: $input-box-shadow, 0 0 6px lighten($color, 20%);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user