Commit a729fbbe authored by Andrew Fontaine's avatar Andrew Fontaine

Merge branch 'bootstrap-deprecated-warning-invisible' into 'master'

Move off the invisible include as bootstrap has deprecated it

Closes #246747

See merge request gitlab-org/gitlab!41745
parents dfef1e63 80b650c3
......@@ -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