fix: Button shall not be selected as text

This commit is contained in:
sthag 2025-07-28 22:11:47 +02:00
parent fb1bd808a0
commit 62d96fd874

View file

@ -159,6 +159,7 @@ button {
padding: $padding_basic; padding: $padding_basic;
color: $color_text_button; color: $color_text_button;
background-color: $color_back_button; background-color: $color_back_button;
user-select: none;
&:hover { &:hover {
// border-color: #0059F6; // border-color: #0059F6;