Commit 80b650c3 authored by Thong Kuah's avatar Thong Kuah

Move off the invisible include as bootstrap has deprecated it

Resolves https://gitlab.com/gitlab-org/gitlab/-/issues/246747
parent 99fb4cbd
......@@ -294,12 +294,12 @@ ul.related-merge-requests > li {
&::after {
content: image-url('icon_anchor.svg');
@include invisible(hidden);
visibility: hidden;
}
}
&:hover > a.anchor::after {
@include invisible(visible);
visibility: visible;
}
}
}
......
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