]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix contrast issue in Files app menu 22376/head
authorJan C. Borchardt <hey@jancborchardt.net>
Sun, 23 Aug 2020 21:58:53 +0000 (23:58 +0200)
committerJan C. Borchardt <hey@jancborchardt.net>
Sun, 23 Aug 2020 21:58:53 +0000 (23:58 +0200)
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
core/css/styles.scss

index 1660527532a0bea82f53d9f45ff82d5414113ba6..e66ceda15d4563c1d9924ce0a42373ea50668ed5 100644 (file)
@@ -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;
        }
 }