mirror of
https://github.com/zadam/trilium.git
synced 2025-12-29 02:34:25 +01:00
style/menus: ignore the disabled destructive menu items from being highlighted with red
This commit is contained in:
parent
ab0a0d3807
commit
51242f9bcb
@ -234,8 +234,8 @@ html body .dropdown-item[disabled] {
|
||||
opacity: var(--menu-item-disabled-opacity);
|
||||
}
|
||||
|
||||
.dropdown-item .destructive-action-icon,
|
||||
.dropdown-item .bx-trash {
|
||||
.dropdown-item:not(.disabled) .destructive-action-icon,
|
||||
.dropdown-item:not(.disabled) .bx-trash {
|
||||
--menu-item-icon-color: var(--dropdown-item-icon-destructive-color);
|
||||
}
|
||||
/* Badges */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user