summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/issues.scss
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-03-16 09:09:29 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-03-16 09:09:29 +0000
commit3fd97b4bba24ca412112aad025a38a32c7a6cf8c (patch)
tree4aacc8a184522bcbc3db68df47620bc3d2cfcfd9 /app/assets/stylesheets/pages/issues.scss
parentc52239391bf29f640e1e0af98edbd337c0293940 (diff)
downloadgitlab-ce-3fd97b4bba24ca412112aad025a38a32c7a6cf8c.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/stylesheets/pages/issues.scss')
-rw-r--r--app/assets/stylesheets/pages/issues.scss19
1 files changed, 19 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/issues.scss b/app/assets/stylesheets/pages/issues.scss
index b03ad5c6b75..d77b30ce259 100644
--- a/app/assets/stylesheets/pages/issues.scss
+++ b/app/assets/stylesheets/pages/issues.scss
@@ -284,3 +284,22 @@ ul.related-merge-requests > li {
text-align: right;
}
}
+
+.issue-details {
+ .card-title {
+ a.anchor {
+ left: -16px;
+ top: 4px;
+ outline: none;
+
+ &::after {
+ content: image-url('icon_anchor.svg');
+ @include invisible(hidden);
+ }
+ }
+
+ &:hover > a.anchor::after {
+ @include invisible(visible);
+ }
+ }
+}