Skip to content

Commit 8c6433a

Browse files
committed
Fix FF checkbox focus-visible
1 parent 95bf68b commit 8c6433a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/assets/css/common.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -827,6 +827,10 @@ header.vff-header svg.f-logo {
827827
fill: currentColor;
828828
}
829829

830+
.vff .f-field-control:focus {
831+
outline: none;
832+
}
833+
830834
.vff .f-field-control:focus-visible ~ .f-field-mask {
831835
outline: 1px dotted;
832836
}

0 commit comments

Comments
 (0)