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