Fix ng-select hovering
This commit is contained in:
parent
1160fd709f
commit
9a0b50ab31
1 changed files with 4 additions and 2 deletions
|
@ -32,8 +32,10 @@ $ng-select-value-font-size: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
|
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
|
||||||
color: pvar(--mainForegroundColor);
|
&:not(.ng-option-marked, .ng-option-selected) {
|
||||||
background-color: pvar(--mainBackgroundColor);
|
color: pvar(--mainForegroundColor);
|
||||||
|
background-color: pvar(--mainBackgroundColor);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.ng-select-container {
|
.ng-select-container {
|
||||||
|
|
Loading…
Reference in a new issue