mirror of
https://github.com/zadam/trilium.git
synced 2025-10-19 14:49:01 +02:00
style/canvas/context menu items: apply the right color for icons
This commit is contained in:
parent
89c81f74b4
commit
7ed82f9527
@ -83,7 +83,12 @@
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
/* Context menu label */
|
||||
/* Context menu item icon */
|
||||
:root .excalidraw .dropdown-menu-item__icon {
|
||||
color: var(--menu-item-icon-color);
|
||||
}
|
||||
|
||||
/* Context menu item label */
|
||||
:root .excalidraw .context-menu-item__label,
|
||||
:root .excalidraw .context-menu-item.dangerous .context-menu-item__label {
|
||||
color: var(--menu-text-color);
|
||||
|
Loading…
x
Reference in New Issue
Block a user