summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-06-09 09:10:36 +0100
committerPhil Hughes <me@iamphill.com>2016-06-10 10:42:53 +0100
commite0a90c467c4ffaf6fec03ad54afa5f18b71a6aa3 (patch)
tree8e3ec4a1501bb2b42642653de15201c023aafb83
parente0f3e44b3e67b80543b6956c7ae46035fabc696f (diff)
downloadgitlab-ce-prettier-awardable-button-active.tar.gz
Made the awardable buttons prettier when activeprettier-awardable-button-active
Closes #18379
-rw-r--r--app/assets/stylesheets/pages/awards.scss10
1 files changed, 9 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/awards.scss b/app/assets/stylesheets/pages/awards.scss
index 05d1ee5b998..6211f3a52eb 100644
--- a/app/assets/stylesheets/pages/awards.scss
+++ b/app/assets/stylesheets/pages/awards.scss
@@ -101,13 +101,21 @@
line-height: 20px;
outline: 0;
+ &:hover,
&.active,
&:active {
- background-color: $white-dark;
+ background-color: $row-hover;
+ border-color: $row-hover-border;
box-shadow: none;
outline: 0;
}
+ &.btn {
+ &:focus {
+ outline: 0;
+ }
+ }
+
&.is-loading {
.award-control-icon-normal,
.emoji-icon {