From 2ce86e5491dc94bd2361bd45b2a565f690ce3a33 Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Gray Date: Wed, 24 May 2017 14:26:23 -0500 Subject: [PATCH] Fix alignment of hover state on emoji button --- app/assets/stylesheets/framework/awards.scss | 5 +++-- 1 file 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); }