summaryrefslogtreecommitdiffstats
path: root/core/css/header.scss
diff options
context:
space:
mode:
Diffstat (limited to 'core/css/header.scss')
-rw-r--r--core/css/header.scss11
1 files changed, 4 insertions, 7 deletions
diff --git a/core/css/header.scss b/core/css/header.scss
index b7565281218..1e962461da1 100644
--- a/core/css/header.scss
+++ b/core/css/header.scss
@@ -345,17 +345,13 @@ nav[role='navigation'] {
opacity: 1; /* override icon opacity */
padding-right: 12px;
- img {
- opacity: .7;
- margin-bottom: -2px;
- }
&:hover,
&:focus,
&:active {
color: var(--color-primary-text);
img, #expandDisplayName {
- opacity: 1;
+ opacity: .57 !important;
}
}
@@ -482,7 +478,8 @@ nav[role='navigation'] {
}
li:hover span,
- li:focus span {
+ li:focus span,
+ li a:focus span {
display: inline-block;
}
@@ -562,7 +559,7 @@ nav[role='navigation'] {
padding: 11px;
position: absolute;
overflow: hidden;
- z-index: 1000;
+ z-index: 9999;
top: -999px;
left: 3px;
/* Force primary color, otherwise too light focused color */