mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-17 16:46:06 +10:00
Merge conflict fixes
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user