From 9709d526cca14322cebd9b594975722f3d4ed218 Mon Sep 17 00:00:00 2001 From: Jefferson Stachelski Date: Fri, 23 Oct 2015 16:56:51 -0200 Subject: Issue #493 - Remove the blue X button Changed the blue color of X button on recipients to the same color of the font --- web-ui/app/scss/_mixins.scss | 7 ++++--- 1 file changed, 4 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 cb4a24e2..5748f817 100644 --- a/web-ui/app/scss/_mixins.scss +++ b/web-ui/app/scss/_mixins.scss @@ -245,11 +245,12 @@ .recipient-del { position: relative; - color: #aaa; - + color: #AAA; + &:hover, &:focus { + color: #AAA; + } &:before { margin-left: 0.4em; - # padding-left: 0.4em; font-weight: bold; content: "x" } -- cgit v1.2.3