Commit 3a6f2739 authored by Fatih Acet's avatar Fatih Acet

Merge branch '48568-tooltips-flicker-when-highlighting-award-emoji' into 'master'

Resolve "Tooltips flicker when highlighting award emoji"

Closes #48568

See merge request gitlab-org/gitlab-ce!20235
parents db2f5786 c4826c33
......@@ -200,6 +200,7 @@ export default {
:class="getAwardClassBindings(awardList, awardName)"
:title="awardTitle(awardList)"
class="btn award-control"
data-boundary="viewport"
data-placement="bottom"
type="button"
@click="handleAward(awardName)">
......@@ -217,6 +218,7 @@ export default {
class="award-control btn js-add-award"
title="Add reaction"
aria-label="Add reaction"
data-boundary="viewport"
data-placement="bottom"
type="button">
<span
......
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