Disable user highlighting on buttons and tokens

This commit is contained in:
Justin Edmund 2023-01-31 18:10:09 -08:00
parent a1b3ecbaa4
commit 1a35c849f0
2 changed files with 2 additions and 0 deletions

View file

@ -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,

View file

@ -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);