mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 11:02:28 +08:00
fix(ui): disallow text selection in dropdown-menus
This commit is contained in:
parent
1e95135720
commit
c8f5f8dfcc
@ -294,6 +294,8 @@ button kbd {
|
|||||||
color: var(--menu-text-color) !important;
|
color: var(--menu-text-color) !important;
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
background-color: var(--menu-background-color) !important;
|
background-color: var(--menu-background-color) !important;
|
||||||
|
user-select: none;
|
||||||
|
-webkit-user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.desktop .dropdown-menu {
|
body.desktop .dropdown-menu {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user