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.scss7
1 files changed, 6 insertions, 1 deletions
diff --git a/core/css/header.scss b/core/css/header.scss
index 6a445194e14..aca1c0d5756 100644
--- a/core/css/header.scss
+++ b/core/css/header.scss
@@ -385,10 +385,15 @@ nav {
#expandDisplayName {
padding: 8px;
- opacity: .7;
+ opacity: .6;
}
}
+/* full opacity for gear icon if active */
+#body-settings #expandDisplayName {
+ opacity: 1;
+}
+
/* show triangle below user menu if active */
#body-settings #expand:before {
content: ' ';