Skip to content

Commit 95bf68b

Browse files
committed
Change focus to focus-visible
1 parent e78e455 commit 95bf68b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/assets/css/common.css

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

830-
.vff .f-field-control:focus ~ .f-field-mask {
830+
.vff .f-field-control:focus-visible ~ .f-field-mask {
831831
outline: 1px dotted;
832832
}
833833

834-
.vff .f-field-control:focus ~ .f-checkbox-mask {
834+
.vff .f-field-control:focus-visible ~ .f-checkbox-mask {
835835
outline-offset: 2px;
836836
}
837837

0 commit comments

Comments
 (0)