1
0
Fork 0

Fix ng-select hovering

This commit is contained in:
Chocobozzz 2022-05-02 14:51:19 +02:00
parent 1160fd709f
commit 9a0b50ab31
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 4 additions and 2 deletions

View File

@ -32,8 +32,10 @@ $ng-select-value-font-size: 15px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
color: pvar(--mainForegroundColor);
background-color: pvar(--mainBackgroundColor);
&:not(.ng-option-marked, .ng-option-selected) {
color: pvar(--mainForegroundColor);
background-color: pvar(--mainBackgroundColor);
}
}
.ng-select-container {