From a14d7f16c85f1865d8d2d4587a6218852c3d64d3 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Tue, 15 Sep 2015 15:39:59 -0700 Subject: [PATCH] fix reply glyph color on mobile editor --- app/assets/stylesheets/mobile/compose.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/assets/stylesheets/mobile/compose.scss b/app/assets/stylesheets/mobile/compose.scss index af5f009df16..987a34cab0f 100644 --- a/app/assets/stylesheets/mobile/compose.scss +++ b/app/assets/stylesheets/mobile/compose.scss @@ -71,6 +71,9 @@ input { overflow: hidden; max-width: 92%; white-space: nowrap; + i { + color: dark-light-choose(scale-color($primary, $lightness: 50%), scale-color($secondary, $lightness: 50%)); + } } } .saving-text {