mirror of https://github.com/twbs/bootstrap.git
Fix border-radius of some switch variants when rounded is disabled (#38884)
Co-authored-by: Julien Déramond <juderamond@gmail.com>
This commit is contained in:
parent
344e912d04
commit
9e5e22ad6a
|
@ -131,7 +131,7 @@
|
||||||
margin-left: $form-switch-padding-start * -1;
|
margin-left: $form-switch-padding-start * -1;
|
||||||
background-image: var(--#{$prefix}form-switch-bg);
|
background-image: var(--#{$prefix}form-switch-bg);
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
@include border-radius($form-switch-border-radius);
|
@include border-radius($form-switch-border-radius, 0);
|
||||||
@include transition($form-switch-transition);
|
@include transition($form-switch-transition);
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
|
|
Loading…
Reference in New Issue