mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-20 17:54:23 +01:00
[type=radio] should always be rounded (#30686)
This commit is contained in:
parent
df88748eb7
commit
8bee113008
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user