1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-07-07 04:19:17 +02:00

fix: 🐛 Uptime-kuma: multiselect color fix

This commit is contained in:
GilbN 2022-09-02 21:29:37 +02:00
parent bd9c54e242
commit 28b5464882

View File

@ -395,7 +395,11 @@ td {
.dark .multiselect__option--selected {
background: var(--transparency-dark-45);
color: var(--text-hover) !important;
font-weight: 700;
}
.dark .multiselect__option--selected::after,
.multiselect__option--selected::after {
color: var(--text-hover) !important;
}
.multiselect__tag,