2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03: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
+2 -1
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 {