Parcourir la source

Make sure app menu text opacity matches the icons

Signed-off-by: Julius Härtl <jus@bitgrid.net>
tags/v25.0.0beta1
Julius Härtl il y a 1 an
Parent
révision
d98f512007
Aucun compte lié à l'adresse e-mail de l'auteur
3 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 1
    1
      core/css/header.css
  2. 1
    1
      core/css/header.scss
  3. 1
    1
      core/css/server.css

+ 1
- 1
core/css/header.css Voir le fichier

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

+ 1
- 1
core/css/header.scss Voir le fichier

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

+ 1
- 1
core/css/server.css Voir le fichier

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

Chargement…
Annuler
Enregistrer