Disable user highlighting on buttons and tokens
This commit is contained in:
parent
a1b3ecbaa4
commit
1a35c849f0
2 changed files with 2 additions and 0 deletions
|
|
@ -9,6 +9,7 @@
|
|||
font-weight: $normal;
|
||||
gap: 6px;
|
||||
transition: 0.18s opacity ease-in-out;
|
||||
user-select: none;
|
||||
|
||||
&:hover,
|
||||
&.Blended:hover,
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
min-width: 3rem;
|
||||
text-align: center;
|
||||
padding: $unit ($unit * 1.5);
|
||||
user-select: none;
|
||||
|
||||
&.ChargeAttack.On {
|
||||
background: var(--charge-attack-bg);
|
||||
|
|
|
|||
Loading…
Reference in a new issue