mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +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;
|
||||
font-size: inherit;
|
||||
background-color: var(--menu-background-color) !important;
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
}
|
||||
|
||||
body.desktop .dropdown-menu {
|
||||
|
Loading…
x
Reference in New Issue
Block a user