Merge pull request #1157 from TriliumNext/fix_disable-dropdown-select-text

fix(ui): disallow text selection in dropdown-menus
This commit is contained in:
Elian Doran 2025-02-10 23:33:28 +02:00 committed by GitHub
commit 5390b97730
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 {