Skip to content

Commit 62410c1

Browse files
authored
Merge pull request #72 from GetStream/develop
Custom avatars in Angular SDK, button style fixes
2 parents f1f427f + 46d0496 commit 62410c1

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

src/styles/Avatar.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
> .str-chat-angular__avatar-host {
6060
@extend %order;
6161

62-
> .str-chat__avatar {
62+
.str-chat__avatar {
6363
@extend %margin;
6464
}
6565
}

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)