mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-18 03:11:19 +02:00
Update .form-check to properly support gradients when enabled (#29338)
This commit is contained in:
committed by
Martijn Cuppens
parent
9c7bc1a111
commit
b81a23a60d
@@ -122,7 +122,7 @@
|
||||
border-color: $color;
|
||||
|
||||
&:checked {
|
||||
@include gradient-bg(lighten($color, 10%));
|
||||
@include gradient-bg(lighten($color, 10%), escape-svg($form-check-input-checked-bg-image));
|
||||
}
|
||||
|
||||
&:focus {
|
||||
|
Reference in New Issue
Block a user