Dropdown item fixes v2

This commit is contained in:
2026-06-09 12:58:19 +02:00
parent 5db89fffc8
commit 993afd3d6c
3 changed files with 5 additions and 1186 deletions
+5 -5
View File
@@ -472,12 +472,12 @@ table[component="notification/table"] a[data-type]:focus {
color: var(--wg-text-soft) !important;
}
.dropdown-item.active {
color: #efe7da;
background: rgba(194, 163, 90, 0.11);
}
.dropdown-item.active,
.dropdown-item.active i {
color: #d8c28a;
color: var(--wg-gold) !important;
}
.dropdown-item.active {
background-color: rgba(194, 163, 90, 0.08) !important;
}
.dropdown-item:hover,