Disable user select for list buttons
This commit is contained in:
parent
919206f3cd
commit
7fc63f5ff0
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user