Skip to content

Commit 1a651f1

Browse files
authored
Merge pull request #404 from iceljc/features/refine-chat-window
minor styling change
2 parents e279e11 + 1af9c87 commit 1a651f1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/lib/scss/custom/common/_common.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,4 +217,12 @@ button:focus {
217217
text-decoration: none;
218218
background: none;
219219
}
220+
221+
&:active {
222+
background: none !important;
223+
box-shadow: none !important;
224+
outline: none !important;
225+
text-decoration: none !important;
226+
transform: none !important;
227+
}
220228
}

0 commit comments

Comments
 (0)