Skip to content

Commit 382909d

Browse files
committed
Removed checkbox focus
1 parent 394cd75 commit 382909d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/Checkbox/style/Checkbox.module.scss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@
3838
box-shadow: inset 1em 1em var(--color-input-background);
3939
}
4040

41-
&:not(:disabled) {
42-
&:focus {
43-
outline: 1px solid var(--color-border);
44-
outline-offset: 3px;
45-
}
46-
}
41+
//&:not(:disabled) {
42+
// &:focus {
43+
// outline: 1px solid var(--color-border);
44+
// outline-offset: 3px;
45+
// }
46+
//}
4747

4848
&:disabled {
4949
--container-color: var(--container-disabled);

0 commit comments

Comments
 (0)