summaryrefslogtreecommitdiff
path: root/web-ui/app/scss/views
diff options
context:
space:
mode:
authorFelix Hammerl <fhammerl@thoughtworks.com>2016-03-15 17:04:36 +0100
committerFelix Hammerl <fhammerl@thoughtworks.com>2016-03-15 18:44:19 +0100
commitaeedd1d39cae148b51aaee814c9f2f9cd914e800 (patch)
tree92598cb12ce1e0cc3572548905ab8b06811d2b4d /web-ui/app/scss/views
parentc70a91d78524f58d9eae5efe1988215f656876f7 (diff)
Issue #620: Fix close button background color
Diffstat (limited to 'web-ui/app/scss/views')
-rw-r--r--web-ui/app/scss/views/_close-button.scss5
1 files changed, 3 insertions, 2 deletions
diff --git a/web-ui/app/scss/views/_close-button.scss b/web-ui/app/scss/views/_close-button.scss
index 9285a145..37171c18 100644
--- a/web-ui/app/scss/views/_close-button.scss
+++ b/web-ui/app/scss/views/_close-button.scss
@@ -10,8 +10,9 @@
padding: 0;
border-radius: 0;
- &:hover {
- color: darken($medium_light_grey, 10%);
+ &:hover, &:focus, &:active {
+ background-color: darken($lighter_gray, 2);
+ color: darken($medium_light_grey, 10);
}
i {