Commit bab24c2f authored by haseeb's avatar haseeb

embedded snippet title changes

parent 4ee2f74b
......@@ -84,6 +84,15 @@
font-weight: $gl-font-weight-bold;
}
.gitlab-embedded-snippets-title {
text-decoration: none;
color: $gl-text-color;
&:hover{
text-decoration: underline;
}
}
.gitlab-logo {
display: inline-block;
padding-left: 5px;
......
......@@ -5,6 +5,7 @@
= external_snippet_icon('doc_text')
%strong.file-title-name
%a.gitlab-embedded-snippets-title{ href: url_for(only_path: false, overwrite_params: nil) }
= blob.name
%small
......
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