From 1a35c849f08d6839a1d0cac263b88d0fdae115e7 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Tue, 31 Jan 2023 18:10:09 -0800 Subject: [PATCH] Disable user highlighting on buttons and tokens --- components/Button/index.scss | 1 + components/Token/index.scss | 1 + 2 files changed, 2 insertions(+) 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);