Skip to content

Commit

Permalink
Merge pull request #540 from GetStream/CRS-283-edit-message-emoji-opa…
Browse files Browse the repository at this point in the history
…city

CRS-283: fix opacity on emoji in EditMessageForm
  • Loading branch information
jaapbakker88 committed Sep 25, 2020
2 parents bab0252 + fa51607 commit 70c9a1e
Showing 1 changed file with 20 additions and 14 deletions.
34 changes: 20 additions & 14 deletions src/styles/EditMessageForm.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,21 @@
}
}

button {
background: none;
border: none;

/* font-size: $fontSize; */
font-weight: 700;
color: rgba(0, 0, 0, 0.4);

&[type='submit'] {
color: $secondary-color;
.str-chat__message-team-form-footer {
button {
background: none;
border: none;

/* font-size: $fontSize; */
font-weight: 700;
color: rgba(0, 0, 0, 0.4);

&[type='submit'] {
color: $secondary-color;
}
}
}


.rfu-dropzone {
width: 100%;
Expand Down Expand Up @@ -72,10 +75,13 @@
fill: white;
}
}
button {
color: rgba(255, 255, 255, 0.4);
&[type='submit'] {
color: $secondary-color;

.str-chat__message-team-form-footer {
button {
color: rgba(255, 255, 255, 0.4);
&[type='submit'] {
color: $secondary-color;
}
}
}

Expand Down

0 comments on commit 70c9a1e

Please sign in to comment.