Procházet zdrojové kódy

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 před 1 rokem
rodič
revize
d98f512007
Žádný účet není propojen s e-mailovou adresou tvůrce revize
3 změnil soubory, kde provedl 3 přidání a 3 odebrání
  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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

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

Načítá se…
Zrušit
Uložit