mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-10 23:54:08 +02:00
[type=radio] should always be rounded (#30686)
This commit is contained in:
@@ -33,7 +33,8 @@
|
||||
}
|
||||
|
||||
&[type="radio"] {
|
||||
@include border-radius($form-check-radio-border-radius);
|
||||
// stylelint-disable-next-line property-blacklist
|
||||
border-radius: $form-check-radio-border-radius;
|
||||
}
|
||||
|
||||
&:active {
|
||||
|
Reference in New Issue
Block a user