Skip to content

Commit

Permalink
Fix border-radius of some switch variants when rounded is disabled (t…
Browse files Browse the repository at this point in the history
…wbs#38884)

Co-authored-by: Julien Déramond <juderamond@gmail.com>
  • Loading branch information
2 people authored and romankupchak93 committed Jan 5, 2024
1 parent 5516d2f commit c0b0689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/forms/_form-check.scss
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
margin-left: $form-switch-padding-start * -1;
background-image: var(--#{$prefix}form-switch-bg);
background-position: left center;
@include border-radius($form-switch-border-radius);
@include border-radius($form-switch-border-radius, 0);
@include transition($form-switch-transition);

&:focus {
Expand Down

0 comments on commit c0b0689

Please sign in to comment.