Fix ng select theme
This commit is contained in:
parent
fd7ca7a72c
commit
840659455f
|
@ -90,7 +90,7 @@ input.readonly {
|
|||
|
||||
input, textarea {
|
||||
outline: none;
|
||||
color: pvar(--mainForegroundColor);
|
||||
color: pvar(--inputForegroundColor);
|
||||
}
|
||||
|
||||
button {
|
||||
|
|
|
@ -26,4 +26,12 @@ $ng-select-height: 30px;
|
|||
border-color: #ccc !important;
|
||||
}
|
||||
}
|
||||
|
||||
.ng-select-container {
|
||||
background-color: pvar(--inputBackgroundColor);
|
||||
}
|
||||
|
||||
&.ng-select-single .ng-value-container .ng-value {
|
||||
color: pvar(--inputForegroundColor);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue