Skip to content
Snippets Groups Projects
Unverified Commit 5f6db374 authored by Jan C. Borchardt's avatar Jan C. Borchardt
Browse files

Fix contrast issue in Files app menu

parent d192854f
No related branches found
No related tags found
No related merge requests found
...@@ -467,7 +467,9 @@ tr .action:not(.permanent), .selectedActions a { ...@@ -467,7 +467,9 @@ tr .action:not(.permanent), .selectedActions a {
} }
tr { tr {
&:hover .action, &:focus .action, .action.permanent { &:hover .action:not(.menuitem),
&:focus .action:not(.menuitem),
.action.permanent:not(.menuitem) {
opacity: .5; opacity: .5;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment