Optimize focus style application
This commit is contained in:
parent
c57950a65d
commit
d28b70f601
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user