Commit 465859fa authored by Eduardo Bonet's avatar Eduardo Bonet Committed by Simon Knox

Making cross-reference links distinctly visible

https://gitlab.com/gitlab-org/gitlab/-/issues/330455

Coloring only links in the description, not titles

We might still want to highlight cross-references in
other places, but it seems that this is more scoped
to what https://gitlab.com/gitlab-org/gitlab/-/issues/330455
specifies.

Changelog: changed
MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/68063
parent 82fb4e0c
...@@ -250,6 +250,10 @@ ...@@ -250,6 +250,10 @@
.commit-row-description { .commit-row-description {
display: none; display: none;
flex: 1; flex: 1;
a {
color: $blue-600;
}
} }
&.inline-commit { &.inline-commit {
......
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