Disable user select for list buttons

This commit is contained in:
Tetrakern 2023-06-09 22:31:22 +02:00
parent 919206f3cd
commit 7fc63f5ff0

View File

@ -698,6 +698,7 @@ html:not(.logged-in) body:not(.logged-in) {
.list-button {
cursor: pointer;
user-select: none;
color: var(--fg-900);
font-size: var(--fs-s);
line-height: 1;