🚸 prevent selecting button text

This commit is contained in:
DrMaxNix 2024-02-03 17:05:34 +01:00
parent beb0285774
commit d4387ff08d
1 changed files with 4 additions and 0 deletions

View File

@ -424,6 +424,10 @@ span.inline {
color: var(--color-white);
border-radius: 1rem;
background-color: var(--color-gray-dark-dark);
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
.button:hover {
cursor: pointer;