Skip to content
代码片段 群组 项目
提交 fef46904 编辑于 作者: Annabel Dunstone Gray's avatar Annabel Dunstone Gray
浏览文件

Merge branch 'ph/360223/moveDiffExpansionTooltips' into 'master'

Moves the tooltips on the diff expansion buttons

See merge request gitlab-org/gitlab!85687
No related branches found
No related tags found
无相关合并请求
......@@ -238,7 +238,7 @@ export default {
>
<button
v-if="showExpandDown"
v-gl-tooltip
v-gl-tooltip.left
:title="s__('Diffs|Next 20 lines')"
type="button"
class="js-unfold-down gl-rounded-0 gl-border-0 diff-line-expand-button"
......@@ -249,7 +249,7 @@ export default {
</button>
<button
v-if="lineCountBetween !== -1 && lineCountBetween < 20"
v-gl-tooltip
v-gl-tooltip.left
:title="s__('Diffs|Expand all lines')"
type="button"
class="js-unfold-all gl-rounded-0 gl-border-0 diff-line-expand-button"
......@@ -260,7 +260,7 @@ export default {
</button>
<button
v-if="showExpandUp"
v-gl-tooltip
v-gl-tooltip.left
:title="s__('Diffs|Previous 20 lines')"
type="button"
class="js-unfold gl-rounded-0 gl-border-0 diff-line-expand-button"
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册