提交 e3e4a7f3 编写于 作者: A Annabel Gray

Merge branch 'remove-pointer-events' into 'master'

Remove pointer events in favor of boundary viewport

Closes #46769

See merge request gitlab-org/gitlab-ce!19875
......@@ -91,6 +91,7 @@ export default {
class="js-ci-action btn btn-blank
btn-transparent ci-action-icon-container ci-action-icon-wrapper"
data-container="body"
data-boundary="viewport"
@click="onClickAction"
>
<icon :name="actionIcon"/>
......
......@@ -128,11 +128,6 @@ table {
border-spacing: 0;
}
.tooltip {
// Fix bootstrap4 bug whereby tooltips flicker when they are hovered over their borders
pointer-events: none;
}
.popover {
font-size: 14px;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册