From 1c59a06b71c136b84ab16afb12830d8ac6d83463 Mon Sep 17 00:00:00 2001 From: Jefferson Stachelski Date: Fri, 23 Oct 2015 17:05:04 -0200 Subject: Issue #493 - Made some refactors with SCSS --- web-ui/app/scss/_mixins.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'web-ui/app/scss/_mixins.scss') diff --git a/web-ui/app/scss/_mixins.scss b/web-ui/app/scss/_mixins.scss index 5748f817..fe52ce1c 100644 --- a/web-ui/app/scss/_mixins.scss +++ b/web-ui/app/scss/_mixins.scss @@ -245,14 +245,14 @@ .recipient-del { position: relative; - color: #AAA; + color: $recipients_font_color; &:hover, &:focus { - color: #AAA; + color: $recipients_font_color; } &:before { margin-left: 0.4em; font-weight: bold; - content: "x" + content: "x"; } &.deleteTooltip:hover:after { position: absolute; -- cgit v1.2.3