From 62d0c4994ef56f0fe2206d399d1db8ea125f4401 Mon Sep 17 00:00:00 2001 From: Jonathan la Cour Date: Thu, 14 Sep 2017 23:24:55 -0600 Subject: [PATCH] Simplify mention styles --- scss/modules/messaging/_base.scss | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/scss/modules/messaging/_base.scss b/scss/modules/messaging/_base.scss index cb8689da..60a7175d 100644 --- a/scss/modules/messaging/_base.scss +++ b/scss/modules/messaging/_base.scss @@ -185,11 +185,8 @@ ts-message { } .mention { - background: $color-shade-light; - border: 1px solid $color-shade-lightest; - border-radius: 3px; - color: $base-font-color; - padding: 0 3px; + background: $color-shade-lightest !important; + color: $base-font-color !important; } &.show_recap:not(.is_pinned) { @@ -202,8 +199,8 @@ ts-message { } ts-mention { - background: rgba($color-shade-lightest, 0.1); - color: $base-font-color; + background: rgba($color-shade-lightest, 0.1) !important; + color: $base-font-color !important; } .selecting_messages ts-message.multi_delete_mode:hover {