diff --git a/web/src/index.css b/web/src/index.css index 2681b18..d1c8f5f 100644 --- a/web/src/index.css +++ b/web/src/index.css @@ -425,7 +425,7 @@ pre, margin-top: 0; } -.ui-select-item:hover:not(:disabled) { +.ui-select-item:hover:not(:disabled):not(.is-active) { background: var(--bg-hover); } @@ -435,6 +435,10 @@ pre, font-weight: 500; } +.ui-select-item.is-active:hover { + background: var(--bg-selected); +} + .ui-select-item:disabled { color: var(--text-muted); cursor: not-allowed;