Fix alignment of hover state on emoji button

This commit is contained in:
Annabel Dunstone Gray 2017-05-24 14:26:23 -05:00
parent 8763022d2b
commit 2ce86e5491
1 changed files with 3 additions and 2 deletions

View File

@ -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);
}