diff --git a/website/client/src/assets/scss/dropdown.scss b/website/client/src/assets/scss/dropdown.scss index efe06ebf7d..d573e6a1b2 100644 --- a/website/client/src/assets/scss/dropdown.scss +++ b/website/client/src/assets/scss/dropdown.scss @@ -35,22 +35,24 @@ line-height: 1.71; color: $gray-50; cursor: pointer; + background-color: $purple-200; &:focus { outline: none; background-color: inherit; } + &:active, &:hover, &.active { - background-color: rgba(#d5c8ff, 0.32); + background-color: #6133B4; color: $purple-200; } &.dropdown-inactive { cursor: default; - + &:active, &:hover, &.active { - background-color: inherit; + background-color: $purple-200; color: inherit; } } @@ -97,4 +99,4 @@ .dropdown-menu.show { width: 100% !important; } -} \ No newline at end of file +} diff --git a/website/client/src/components/header/menu.vue b/website/client/src/components/header/menu.vue index 82fd77d62f..2084768eab 100644 --- a/website/client/src/components/header/menu.vue +++ b/website/client/src/components/header/menu.vue @@ -57,8 +57,7 @@