Commit 7c7fe22c authored by Phil Hughes's avatar Phil Hughes

Merge branch '32850-award-emoji-off' into 'master'

Fix alignment of hover state on emoji button

Closes #32850

See merge request !11691
parents 7737ef52 2ce86e54
......@@ -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);
}
......
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