Skip to content

Commit b6e0ca6

Browse files
committed
fix: multi-select backgroun in dark mode
Fixes that the hover styles for the multi select made the text unreadable in dark mode.
1 parent 75c4eac commit b6e0ca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

report-app/src/app/shared/multi-select/multi-select.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ label {
5656
}
5757

5858
label:hover {
59-
background-color: #eff6ff;
59+
background-color: var(--button-active-bg-color);
6060
border-radius: var(--border-radius);
6161
}

0 commit comments

Comments
 (0)