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;
|
font-weight: $normal;
|
||||||
gap: 6px;
|
gap: 6px;
|
||||||
transition: 0.18s opacity ease-in-out;
|
transition: 0.18s opacity ease-in-out;
|
||||||
|
user-select: none;
|
||||||
|
|
||||||
&:hover,
|
&:hover,
|
||||||
&.Blended:hover,
|
&.Blended:hover,
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@
|
||||||
min-width: 3rem;
|
min-width: 3rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: $unit ($unit * 1.5);
|
padding: $unit ($unit * 1.5);
|
||||||
|
user-select: none;
|
||||||
|
|
||||||
&.ChargeAttack.On {
|
&.ChargeAttack.On {
|
||||||
background: var(--charge-attack-bg);
|
background: var(--charge-attack-bg);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue