From 6f87bb72d527b18b435d6f4a83f6dc0fc0aaa9ef Mon Sep 17 00:00:00 2001 From: Marwin Hochfelsner <50826859+hlfan@users.noreply.github.com> Date: Thu, 4 Dec 2025 02:36:06 +0100 Subject: [PATCH] Remove dropdown background color overrides --- app/assets/stylesheets/common.scss | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 494f2948e..befbec8de 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -1011,11 +1011,6 @@ img.trace_image { /* Rules for contextmenu */ #map-context-menu { - .dropdown-item { - &:hover, &:active { - background-color: $gray-200; - } - } &.cm_dropdown { position: absolute; z-index: 1000; @@ -1026,13 +1021,3 @@ img.trace_image { min-width: 200px; } } - -@media (prefers-color-scheme: dark) { - #map-context-menu { - .dropdown-item { - &:hover, &:active { - background-color: $gray-700; - } - } - } -} -- 2.39.5