From dca42fd6e67b4b7b4fe97428e792cc299d2afaa8 Mon Sep 17 00:00:00 2001 From: syuilo <4439005+syuilo@users.noreply.github.com> Date: Sun, 16 Mar 2025 13:59:08 +0900 Subject: enhance(frontend): improve ux for touch devices --- packages/frontend/src/style.scss | 5 ----- 1 file changed, 5 deletions(-) (limited to 'packages/frontend/src/style.scss') diff --git a/packages/frontend/src/style.scss b/packages/frontend/src/style.scss index 43aff3012e..43a97d49eb 100644 --- a/packages/frontend/src/style.scss +++ b/packages/frontend/src/style.scss @@ -214,11 +214,6 @@ rt { text-overflow: ellipsis; } -._ghost { - @extend ._noSelect; - pointer-events: none; -} - ._modalBg { position: fixed; top: 0; -- cgit v1.2.3-freya