Skip to content

Commit 3b3abe2

Browse files
author
Sine Jespersen
committed
5389: add hide label modifier to checkbox
1 parent 1deda19 commit 3b3abe2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/stories/Library/Forms/checkbox/checkbox.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@
5252
&--validation {
5353
color: $c-signal-alert;
5454
}
55+
56+
&--hide-visually {
57+
@extend .hide-visually;
58+
}
5559
}
5660

5761
.checkbox__label:hover .checkbox__icon:first-child {

0 commit comments

Comments
 (0)