Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-05-24 22:26:23 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-05-24 22:26:23 +0300
commit2ce86e5491dc94bd2361bd45b2a565f690ce3a33 (patch)
tree87cc02144721288d7af4d1b462ff1880d0e1d28b /app
parent8763022d2bfa81fdc6ceab27f4530107e0ceaa0c (diff)
Fix alignment of hover state on emoji button
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/framework/awards.scss5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/awards.scss b/app/assets/stylesheets/framework/awards.scss
index 0db3ac1a60e..d64b1237b2c 100644
--- a/app/assets/stylesheets/framework/awards.scss
+++ b/app/assets/stylesheets/framework/awards.scss
@@ -110,6 +110,7 @@
.award-control {
margin: 0 5px 6px 0;
outline: 0;
+ position: relative;
&.disabled {
cursor: default;
@@ -227,8 +228,8 @@
.award-control-icon-positive,
.award-control-icon-super-positive {
position: absolute;
- left: 11px;
- bottom: 7px;
+ left: 10px;
+ bottom: 6px;
opacity: 0;
@include transition(opacity, transform);
}