Commit 2ce86e54 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Fix alignment of hover state on emoji button

parent 8763022d
...@@ -110,6 +110,7 @@ ...@@ -110,6 +110,7 @@
.award-control { .award-control {
margin: 0 5px 6px 0; margin: 0 5px 6px 0;
outline: 0; outline: 0;
position: relative;
&.disabled { &.disabled {
cursor: default; cursor: default;
...@@ -227,8 +228,8 @@ ...@@ -227,8 +228,8 @@
.award-control-icon-positive, .award-control-icon-positive,
.award-control-icon-super-positive { .award-control-icon-super-positive {
position: absolute; position: absolute;
left: 11px; left: 10px;
bottom: 7px; bottom: 6px;
opacity: 0; opacity: 0;
@include transition(opacity, transform); @include transition(opacity, transform);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment