]> source.dussan.org Git - nextcloud-server.git/commitdiff
Make sure app menu text opacity matches the icons 33334/head
authorJulius Härtl <jus@bitgrid.net>
Mon, 25 Jul 2022 06:49:46 +0000 (08:49 +0200)
committerJulius Härtl <jus@bitgrid.net>
Mon, 25 Jul 2022 06:49:46 +0000 (08:49 +0200)
Signed-off-by: Julius Härtl <jus@bitgrid.net>
core/css/header.css
core/css/header.scss
core/css/server.css

index 095ebfb73fce2a30607f9a793996f7d607f3eed3..5f8b3bd873aab77ec72691083412e3af68f7e293 100644 (file)
@@ -529,7 +529,7 @@ nav[role=navigation] {
   transform: translateY(-7px);
 }
 #appmenu:hover li span {
-  opacity: 0.6;
+  opacity: 1;
   bottom: 2px;
   z-index: -1;
   /* fix clickability issue - otherwise we need to move the span into the link */
index 46a0e1a274d3370d38ef3c1443e068dd7326f5ac..a81469c0658cfe9cc3013dbdc10193743b217315 100644 (file)
@@ -527,7 +527,7 @@ nav[role='navigation'] {
 
                        /* Show app title */
                        span {
-                               opacity: .6;
+                               opacity: 1;
                                bottom: 2px;
                                z-index: -1; /* fix clickability issue - otherwise we need to move the span into the link */
                        }
index 64a6fbced279270401f6da8d411ef31f5a85f55c..6408f7ec559794835b025858eaf119221740f50c 100644 (file)
@@ -2810,7 +2810,7 @@ nav[role=navigation] {
   transform: translateY(-7px);
 }
 #appmenu:hover li span {
-  opacity: 0.6;
+  opacity: 1;
   bottom: 2px;
   z-index: -1;
   /* fix clickability issue - otherwise we need to move the span into the link */