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.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/css/header.scss b/core/css/header.scss
index 14f87b26800..4511b44668d 100644
--- a/core/css/header.scss
+++ b/core/css/header.scss
@@ -694,8 +694,8 @@ nav[role='navigation'] {
color: var(--color-primary-text);
width: 155px;
cursor: text;
- background-color: var(--color-primary) !important;
- border: 1px solid var(--color-primary-text-dark) !important;
+ background-color: transparent !important;
+ border: 1px solid var(--color-border) !important;
}
&:hover, &:focus, &:active {
opacity: 1;