aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 dd6596ac14f..0ef33c4f0d9 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;