diff --git a/src-ui/src/theme_dark.scss b/src-ui/src/theme_dark.scss index e65d4564e..a58745b21 100644 --- a/src-ui/src/theme_dark.scss +++ b/src-ui/src/theme_dark.scss @@ -297,7 +297,8 @@ $border-color-dark-mode: #47494f; } } - .ng-dropdown-panel .ng-dropdown-panel-items .ng-option:hover { + .ng-dropdown-panel .ng-dropdown-panel-items .ng-option:hover, + .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked { background-color: $bg-light-dark-mode; }