mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-25 11:33:44 +00:00
[type=radio] should always be rounded (#30686)
This commit is contained in:
parent
df88748eb7
commit
8bee113008
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Reference in a new issue