Change toggle all, fix multiple group inheritance, fix select dark mode display

This commit is contained in:
Michael Shamoon
2022-12-05 15:51:53 -08:00
parent bb8a0d26e2
commit b1a4eec7be
3 changed files with 23 additions and 4 deletions

View File

@@ -157,6 +157,19 @@ $form-check-radio-checked-bg-image-dark: url("data:image/svg+xml,<svg xmlns='htt
background-color: var(--bs-light);
}
.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
background-color: var(--pngx-bg-alt);
color: var(--bs-body-color);
.ng-value-icon.left {
border-color: var(--pngx-bg-alt);
&:hover {
background-color: var(--pngx-primary-lighten-30);
}
}
}
table {
.des,
.asc {