Merge branch '32850-award-emoji-off' into 'master'
Fix alignment of hover state on emoji button Closes #32850 See merge request !11691
This commit is contained in:
commit
7c7fe22c27
1 changed files with 3 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue