From 09d5a7806a2efcca4cab79e7eb71361790f4777b Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 14 Jan 2023 20:39:47 +0900 Subject: [PATCH] Update style.scss --- packages/frontend/src/style.scss | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/packages/frontend/src/style.scss b/packages/frontend/src/style.scss index 22c297dc3..ca5db2e63 100644 --- a/packages/frontend/src/style.scss +++ b/packages/frontend/src/style.scss @@ -172,6 +172,7 @@ hr { } ._button { + @extend ._noSelect; appearance: none; display: inline-block; padding: 0; @@ -188,14 +189,6 @@ hr { line-height: inherit; max-width: 100%; - &, * { - @extend ._noSelect; - } - - * { - pointer-events: none; - } - &:focus-visible { outline: none; }