mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-25 10:45:41 +03:00
Use focus-visible
This commit is contained in:
parent
52d5756d44
commit
36a33e488b
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ code {
|
|||
outline: 0;
|
||||
}
|
||||
|
||||
:not([tabindex='-1']):focus {
|
||||
:not([tabindex='-1']):focus-visible {
|
||||
outline: 2px solid var(--focus-ring-color);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue