Skip to content

Commit 70c9a1e

Browse files
author
jaapbakker88
authored
Merge pull request #540 from GetStream/CRS-283-edit-message-emoji-opacity
CRS-283: fix opacity on emoji in EditMessageForm
2 parents bab0252 + fa51607 commit 70c9a1e

File tree

1 file changed

+20
-14
lines changed

1 file changed

+20
-14
lines changed

src/styles/EditMessageForm.scss

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,21 @@
2424
}
2525
}
2626

27-
button {
28-
background: none;
29-
border: none;
30-
31-
/* font-size: $fontSize; */
32-
font-weight: 700;
33-
color: rgba(0, 0, 0, 0.4);
34-
35-
&[type='submit'] {
36-
color: $secondary-color;
27+
.str-chat__message-team-form-footer {
28+
button {
29+
background: none;
30+
border: none;
31+
32+
/* font-size: $fontSize; */
33+
font-weight: 700;
34+
color: rgba(0, 0, 0, 0.4);
35+
36+
&[type='submit'] {
37+
color: $secondary-color;
38+
}
3739
}
3840
}
41+
3942

4043
.rfu-dropzone {
4144
width: 100%;
@@ -72,10 +75,13 @@
7275
fill: white;
7376
}
7477
}
75-
button {
76-
color: rgba(255, 255, 255, 0.4);
77-
&[type='submit'] {
78-
color: $secondary-color;
78+
79+
.str-chat__message-team-form-footer {
80+
button {
81+
color: rgba(255, 255, 255, 0.4);
82+
&[type='submit'] {
83+
color: $secondary-color;
84+
}
7985
}
8086
}
8187

0 commit comments

Comments
 (0)