mirror of
https://github.com/nextcloud/server.git
synced 2026-02-19 02:38:40 -05:00
Make sure app menu text opacity matches the icons
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
35a6f54bcd
commit
d98f512007
3 changed files with 3 additions and 3 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue