From bd17c298a233c972d42abe0b0b5d53c03202e8b4 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Fri, 20 Apr 2018 17:08:20 -0700 Subject: [PATCH] Android Dark theme: refactor, increase contrast in outgoing --- stylesheets/android-dark.scss | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/stylesheets/android-dark.scss b/stylesheets/android-dark.scss index 3bec579f90..7194cab9b7 100644 --- a/stylesheets/android-dark.scss +++ b/stylesheets/android-dark.scss @@ -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);