summaryrefslogtreecommitdiff
path: root/web-ui/app/scss/_mixins.scss
diff options
context:
space:
mode:
authorJefferson Stachelski <jstachel@thoughtworks.com>2015-10-23 16:56:51 -0200
committerJefferson Stachelski <jstachel@thoughtworks.com>2015-10-28 17:21:51 -0200
commit9709d526cca14322cebd9b594975722f3d4ed218 (patch)
treee1685ef446f61d6cdb009736f98e133ba84d438c /web-ui/app/scss/_mixins.scss
parent70c770635199cfa473608162ec7d31e030a11c5f (diff)
Issue #493 - Remove the blue X button
Changed the blue color of X button on recipients to the same color of the font
Diffstat (limited to 'web-ui/app/scss/_mixins.scss')
-rw-r--r--web-ui/app/scss/_mixins.scss7
1 files changed, 4 insertions, 3 deletions
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"
}