1
0
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:
Mark Otto
2019-10-28 00:12:07 -07:00
committed by Martijn Cuppens
parent 9c7bc1a111
commit b81a23a60d
4 changed files with 38 additions and 10 deletions

View File

@@ -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 {