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