summaryrefslogtreecommitdiff
path: root/web-ui/app/scss/_mixins.scss
diff options
context:
space:
mode:
authorJefferson Stachelski <jstachel@thoughtworks.com>2015-10-23 17:05:04 -0200
committerJefferson Stachelski <jstachel@thoughtworks.com>2015-10-28 17:21:51 -0200
commit1c59a06b71c136b84ab16afb12830d8ac6d83463 (patch)
tree7026b05c2b73b76592dc09fd1dfe518f8a241c21 /web-ui/app/scss/_mixins.scss
parent9709d526cca14322cebd9b594975722f3d4ed218 (diff)
Issue #493 - Made some refactors with SCSS
Diffstat (limited to 'web-ui/app/scss/_mixins.scss')
-rw-r--r--web-ui/app/scss/_mixins.scss6
1 files changed, 3 insertions, 3 deletions
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;