mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-19 05:50:23 +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"] {
|
||||
@include border-radius($form-check-radio-border-radius);
|
||||
// stylelint-disable-next-line property-blacklist
|
||||
border-radius: $form-check-radio-border-radius;
|
||||
}
|
||||
|
||||
&:active {
|
||||
|
|
|
|||
Loading…
Reference in a new issue