fix: Button shall not be selected as text
This commit is contained in:
parent
fb1bd808a0
commit
62d96fd874
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue