diff --git a/components/Button/index.scss b/components/Button/index.scss index dd46aa10..c240aaad 100644 --- a/components/Button/index.scss +++ b/components/Button/index.scss @@ -9,6 +9,7 @@ font-weight: $normal; gap: 6px; transition: 0.18s opacity ease-in-out; + user-select: none; &:hover, &.Blended:hover, diff --git a/components/Token/index.scss b/components/Token/index.scss index 7d08baec..06b44637 100644 --- a/components/Token/index.scss +++ b/components/Token/index.scss @@ -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);