Dropdown item fixes v2
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user