Skip to content

Commit 624e982

Browse files
authored
fix(radio): thick border is only supposed to get used on checked state (#432)
fix: the thick border is only supposed to get used on checked state
1 parent 941fc35 commit 624e982

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

source/_patterns/01-elements/radio/radio.scss

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@
3131
background-color: rgba(40, 45, 55, 0.3);
3232
}
3333

34-
&:checked,
35-
&:invalid,
36-
&[aria-invalid="true"] {
34+
&:checked {
3735
border-width: to-em($pxValue: 6);
3836
}
3937
// * the invalid style using the :invalid pseudo class (and [aria-invalid="true"] equivalent, see #136 and #141)

0 commit comments

Comments
 (0)