mirror of
https://github.com/nextcloud/server.git
synced 2026-02-18 18:28:50 -05:00
Fix contrast issue in Files app menu
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
d192854fea
commit
5f6db37413
1 changed files with 3 additions and 1 deletions
|
|
@ -467,7 +467,9 @@ tr .action:not(.permanent), .selectedActions a {
|
|||
}
|
||||
|
||||
tr {
|
||||
&:hover .action, &:focus .action, .action.permanent {
|
||||
&:hover .action:not(.menuitem),
|
||||
&:focus .action:not(.menuitem),
|
||||
.action.permanent:not(.menuitem) {
|
||||
opacity: .5;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue