replacing focus by focus-visible

This commit is contained in:
Antoine M 2024-01-10 16:49:21 +01:00
parent e17c507129
commit ade2248974

View File

@ -41,7 +41,7 @@
/* background-color: yellow; */ /* background-color: yellow; */
} }
input[type='checkbox']:focus { input[type='checkbox']:focus-visible {
/* outline: max(2px, 0.15em) solid currentColor; /* outline: max(2px, 0.15em) solid currentColor;
outline-offset: max(2px, 0.15em); */ outline-offset: max(2px, 0.15em); */
} }