Skip to content
Snippets Groups Projects
Commit 7b69580e authored by Simon Knox's avatar Simon Knox Committed by Alfredo Sumaran
Browse files

style links on system notes to look clickable

parent 5ad1d40c
No related branches found
No related tags found
1 merge request!9251style links on system notes to look clickable
Loading
Loading
@@ -926,6 +926,7 @@ require('vendor/task_list');
const $element = $(e.target);
const $closestSystemCommitList = $element.siblings('.system-note-commit-list');
 
$element.find('.fa').toggleClass('fa-angle-down').toggleClass('fa-angle-up');
$closestSystemCommitList.toggleClass('hide-shade');
};
 
Loading
Loading
Loading
Loading
@@ -72,6 +72,7 @@ ul.notes {
overflow: hidden;
 
.system-note-commit-list-toggler {
color: $gl-link-color;
display: none;
padding: 10px 0 0;
cursor: pointer;
Loading
Loading
@@ -107,16 +108,6 @@ ul.notes {
display: none;
}
 
p:last-child {
a {
color: $gl-text-color;
&:hover {
color: $gl-link-color;
}
}
}
&::after {
content: '';
width: 100%;
Loading
Loading
Loading
Loading
@@ -77,6 +77,7 @@
- if note.system
.system-note-commit-list-toggler
Toggle commit list
%i.fa.fa-angle-down
- if note.attachment.url
.note-attachment
- if note.attachment.image?
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment