We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 941fc35 commit 624e982Copy full SHA for 624e982
source/_patterns/01-elements/radio/radio.scss
@@ -31,9 +31,7 @@
31
background-color: rgba(40, 45, 55, 0.3);
32
}
33
34
- &:checked,
35
- &:invalid,
36
- &[aria-invalid="true"] {
+ &:checked {
37
border-width: to-em($pxValue: 6);
38
39
// * the invalid style using the :invalid pseudo class (and [aria-invalid="true"] equivalent, see #136 and #141)
0 commit comments