Fixed darkmode in tomselect group headers.

This commit is contained in:
Jan Böhmer 2023-06-26 23:59:44 +02:00
parent c6b6616ee3
commit b246d17a33

View file

@ -39,3 +39,8 @@
background: var(--bs-body-bg); background: var(--bs-body-bg);
} }
.ts-dropdown .optgroup-header {
color: var(--bs-tertiary-color);
background: var(--bs-body-bg);
cursor: default;
}