Optimize focus style application

This commit is contained in:
Tetrakern 2024-12-18 15:13:57 +01:00
parent c57950a65d
commit d28b70f601
3 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -17,11 +17,11 @@ html:is(:root) {
display: none !important;
}
body:where(:not(.user-is-tabbing)) :is(input, select, textarea):focus {
body:where(:not(.user-is-tabbing)) :is(input, select, textarea, button, label, a):focus {
outline: none;
}
body:where(.user-is-tabbing) :is(input, select, textarea):focus {
input[type="checkbox"]:focus {
outline-offset: 3px;
}