Make sure app menu text opacity matches the icons

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2022-07-25 08:49:46 +02:00
parent 35a6f54bcd
commit d98f512007
No known key found for this signature in database
GPG key ID: 4C614C6ED2CDE6DF
3 changed files with 3 additions and 3 deletions

View 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 */

View 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 */
}

View 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 */