Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2022-07-25 09:49:46 +0300
committerJulius Härtl <jus@bitgrid.net>2022-07-25 09:49:46 +0300
commitd98f51200773d5bf11217706e8b1b11d19954e1e (patch)
tree22c3b032d294c28c44b27a964a0b31ec6cdf71b8
parent35a6f54bcd559016f4244ab0c38c2dd8a82c57cb (diff)
Make sure app menu text opacity matches the icons
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-rw-r--r--core/css/header.css2
-rw-r--r--core/css/header.scss2
-rw-r--r--core/css/server.css2
3 files changed, 3 insertions, 3 deletions
diff --git a/core/css/header.css b/core/css/header.css
index 095ebfb73fc..5f8b3bd873a 100644
--- a/core/css/header.css
+++ b/core/css/header.css
@@ -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 */
diff --git a/core/css/header.scss b/core/css/header.scss
index 46a0e1a274d..a81469c0658 100644
--- a/core/css/header.scss
+++ b/core/css/header.scss
@@ -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 */
}
diff --git a/core/css/server.css b/core/css/server.css
index 64a6fbced27..6408f7ec559 100644
--- a/core/css/server.css
+++ b/core/css/server.css
@@ -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 */