Fix ng-select hovering
This commit is contained in:
parent
1160fd709f
commit
9a0b50ab31
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue