mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03: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