Skip to content

Commit be6dfd0

Browse files
committed
fix(autocomplete): show hover style on selected options
1 parent e2f67f5 commit be6dfd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/autocomplete/_autocomplete-theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
color: mat-color($foreground, text);
1010

1111
.mat-option {
12-
&.mat-selected:not(.mat-active) {
12+
&.mat-selected:not(.mat-active):not(:hover) {
1313
background: mat-color($background, card);
1414
color: mat-color($foreground, text);
1515
}

0 commit comments

Comments
 (0)