Android Dark theme: refactor, increase contrast in outgoing

This commit is contained in:
Scott Nonnenberg 2018-04-20 17:08:20 -07:00
parent 1bfc1ed63e
commit bd17c298a2
No known key found for this signature in database
GPG Key ID: 5F82280C35134661
1 changed files with 9 additions and 5 deletions

View File

@ -225,13 +225,17 @@ $text-dark_l2: darken($text-dark, 30%);
}
}
.outgoing .bubble .quote .icon-container .icon {
background-color: black;
&.play.with-image {
background-color: $text-dark;
.outgoing .quoted-message {
background: rgba(255, 255, 255, 0.38);
.icon-container .icon {
background-color: black;
&.play.with-image {
background-color: $text-dark;
}
}
}
.incoming .bubble .quote {
.incoming .quoted-message {
border-left-color: $text-dark;
background-color: rgba(0, 0, 0, 0.6);