mirror of
https://github.com/zadam/trilium.git
synced 2025-10-19 22:58:52 +02:00
style/canvas: improve theme color support for context menus
This commit is contained in:
parent
4b4d128856
commit
210e001586
@ -60,6 +60,15 @@
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
/* Context menu label */
|
||||
:root .excalidraw .context-menu-item__label {
|
||||
color: var(--menu-text-color);
|
||||
}
|
||||
|
||||
:root .excalidraw .context-menu-item:hover .context-menu-item__label {
|
||||
color: var(--hover-item-text-color);
|
||||
}
|
||||
|
||||
/* Context menu item keyboard shortcut */
|
||||
:root .excalidraw .context-menu-item__shortcut {
|
||||
padding: 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user