diff --git a/website/client/assets/scss/dropdown.scss b/website/client/assets/scss/dropdown.scss index 5e267b6391..4fa36b5473 100644 --- a/website/client/assets/scss/dropdown.scss +++ b/website/client/assets/scss/dropdown.scss @@ -38,9 +38,10 @@ &:focus { outline: none; + background-color: inherit; } - &:active, &:hover, &:focus, &.active { + &:active, &:hover, &.active { background-color: rgba(#d5c8ff, 0.32); color: $purple-200; } diff --git a/website/client/components/avatar.vue b/website/client/components/avatar.vue index ce5ff5c483..a7baa9bec7 100644 --- a/website/client/components/avatar.vue +++ b/website/client/components/avatar.vue @@ -1,7 +1,7 @@