diff options
Diffstat (limited to 'core/css/header.scss')
-rw-r--r-- | core/css/header.scss | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/core/css/header.scss b/core/css/header.scss index 24cafb4637a..fae11a878ec 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -236,7 +236,6 @@ nav { } /* arrow look */ - #expanddiv:after { bottom: 100%; border: solid transparent; @@ -245,8 +244,8 @@ nav { width: 0; position: absolute; pointer-events: none; - border-color: rgba(0, 0, 0, 0); - border-bottom-color: rgba(255, 255, 255, .97); + border-color: transparent; + border-bottom-color: $color-main-background; border-width: 10px; margin-left: -10px; } |