Commit 3cfeb375 authored by Annabel Dunstone's avatar Annabel Dunstone

Merge conflict fixes

parent 87b3c73e
......@@ -194,6 +194,21 @@ ul.notes {
float: right;
margin-left: 10px;
color: $notes-action-color;
.js-note-delete {
&:hover {
@extend .cgray;
&.danger { @extend .cred; }
}
}
.js-note-edit {
i {
&:hover {
color: $gl-link-color;
}
}
}
}
.note-action-button,
......@@ -212,21 +227,6 @@ ul.notes {
top: 0;
font-size: 16px;
}
.js-note-delete {
&:hover {
@extend .cgray;
&.danger { @extend .cred; }
}
}
.js-note-edit {
i {
&:hover {
color: $gl-link-color;
}
}
}
}
.discussion-toggle-button {
......
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