fix: menu items should not be selectable

This commit is contained in:
Peng Xiao
2022-04-12 13:24:13 +08:00
committed by Gabriel Horner
parent f4985fd8ef
commit 714d3ce53b
2 changed files with 5 additions and 0 deletions

View File

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