From 1af9c8730ca731d3ae5d72b47a973acbfe1d47c2 Mon Sep 17 00:00:00 2001 From: Jicheng Lu <103353@smsassist.com> Date: Wed, 26 Nov 2025 02:07:48 -0600 Subject: [PATCH] minor styling change --- src/lib/scss/custom/common/_common.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/lib/scss/custom/common/_common.scss b/src/lib/scss/custom/common/_common.scss index e4230d5d..8a0c1f6e 100644 --- a/src/lib/scss/custom/common/_common.scss +++ b/src/lib/scss/custom/common/_common.scss @@ -217,4 +217,12 @@ button:focus { text-decoration: none; background: none; } + + &:active { + background: none !important; + box-shadow: none !important; + outline: none !important; + text-decoration: none !important; + transform: none !important; + } } \ No newline at end of file