0
0
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:
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

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 {