Skip to content

Commit 6c0aff9

Browse files
fix: remove button styles from message actions option and hamburger (#55)
fix: remove button styles from message actions option and hamburger
1 parent 6bee3d9 commit 6c0aff9

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

src/styles/ChannelHeader.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,8 @@
269269
align-items: center;
270270
justify-content: center;
271271
cursor: pointer;
272+
border: none;
273+
background: transparent;
272274

273275
&:hover {
274276
svg path {

src/styles/VirtualMessage.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,11 @@
197197
position: relative;
198198
cursor: pointer;
199199

200+
button {
201+
border: none;
202+
background: transparent;
203+
}
204+
200205
svg {
201206
fill: var(--black);
202207
opacity: 0.5;

0 commit comments

Comments
 (0)