mirror of
https://github.com/logseq/logseq.git
synced 2026-04-25 22:54:48 +00:00
fix: menu items should not be selectable
This commit is contained in:
committed by
Gabriel Horner
parent
f4985fd8ef
commit
714d3ce53b
@@ -906,6 +906,7 @@ button.menu:focus {
|
||||
.menu-link {
|
||||
background-color: var(--ls-primary-background-color, #fff);
|
||||
color: var(--ls-primary-text-color);
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.menu-link:first-of-type {
|
||||
|
||||
Reference in New Issue
Block a user