From 8924f90811d5993efa3f2cb8949c7dd55f6222ed Mon Sep 17 00:00:00 2001 From: charlie Date: Tue, 8 Nov 2022 11:04:21 +0800 Subject: [PATCH] chore: remove unused css --- src/main/frontend/mobile/index.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/main/frontend/mobile/index.css b/src/main/frontend/mobile/index.css index 418f22deb2..d7eb1e94e4 100644 --- a/src/main/frontend/mobile/index.css +++ b/src/main/frontend/mobile/index.css @@ -211,16 +211,8 @@ html.is-zoomed-native-ios { opacity: .5; } - .ui__icon { - @apply scale-150; - } - &.is-on { @apply opacity-100; - - .ui__icon { - @apply text-indigo-600; - } } } }