mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 06:37:56 -04:00
adjust color of focus-visible to be better visible
Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
parent
4fd0408088
commit
10c0c30ce2
5 changed files with 6 additions and 6 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -225,8 +225,8 @@ kbd {
|
|||
}
|
||||
}
|
||||
a:focus-visible {
|
||||
box-shadow: var(--color-primary-element) inset 0 0 0 2px;
|
||||
outline: none;
|
||||
box-shadow: 0 0 0 4px var(--color-main-background);
|
||||
outline: 2px solid var(--color-main-text);
|
||||
}
|
||||
&.active,
|
||||
a:active,
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue