[type=radio] should always be rounded (#30686)

This commit is contained in:
Gaël Poupard 2020-04-29 20:13:57 +02:00 committed by GitHub
parent df88748eb7
commit 8bee113008
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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 {