Skip to content
Snippets Groups Projects
Commit 63e2c97b authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray Committed by George Tsiolis
Browse files

Remove boxes around code comments

parent 076c3a98
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -394,7 +394,7 @@ Please check your network connection and try again.`;
<div class="discussion-with-resolve-btn">
<button
type="button"
class="js-vue-discussion-reply btn btn-text-field mr-sm-2 qa-discussion-reply"
class="js-vue-discussion-reply btn btn-text-field qa-discussion-reply"
title="Add a reply"
@click="showReplyForm"
>
Loading
Loading
@@ -403,7 +403,7 @@ Please check your network connection and try again.`;
<div v-if="discussion.resolvable">
<button
type="button"
class="btn btn-default mr-sm-2"
class="btn btn-default ml-sm-2"
@click="resolveHandler();"
>
<i v-if="isResolving" aria-hidden="true" class="fa fa-spinner fa-spin"></i>
Loading
Loading
Loading
Loading
@@ -36,7 +36,6 @@
&:target,
&.target {
background: $line-target-blue;
margin-bottom: $gl-padding;
 
&.system-note .note-body .note-text.system-note-commit-list::after {
background: linear-gradient(rgba($line-target-blue, 0.1) -100px, $line-target-blue 100%);
Loading
Loading
Loading
Loading
@@ -255,7 +255,6 @@ table {
display: flex;
}
 
.discussion-actions {
display: table;
 
Loading
Loading
@@ -276,8 +275,10 @@ table {
}
}
 
.btn {
width: 100%;
@include media-breakpoint-down(xs) {
.btn {
width: 100%;
}
}
 
.btn-text-field {
Loading
Loading
Loading
Loading
@@ -27,8 +27,10 @@ $note-form-margin-left: 72px;
}
}
 
.main-notes-list {
@include vertical-line(36px);
.issuable-discussion {
.main-notes-list {
@include vertical-line(36px);
}
}
 
.notes {
Loading
Loading
@@ -76,10 +78,10 @@ $note-form-margin-left: 72px;
.card {
border: 0;
}
}
 
li.note {
border-bottom: 1px solid $border-color;
}
li.note {
border-bottom: 1px solid $border-color;
}
 
.replies-toggle {
Loading
Loading
@@ -161,19 +163,6 @@ $note-form-margin-left: 72px;
position: relative;
border-bottom: 0;
 
&:target,
&.target {
border-bottom: 1px solid $white-normal;
&:not(:first-child) {
border-top: 1px solid $white-normal;
}
.timeline-entry-inner {
border-bottom: 0;
}
}
&.being-posted {
pointer-events: none;
opacity: 0.5;
Loading
Loading
@@ -461,7 +450,7 @@ $note-form-margin-left: 72px;
font-family: $regular-font;
 
td {
border: 1px solid $white-normal;
border: 1px solid $border-color;
border-left: 0;
 
&.notes_content {
Loading
Loading
@@ -503,8 +492,6 @@ $note-form-margin-left: 72px;
}
 
.note-wrapper {
@include outline-comment();
&.system-note {
border: 0;
margin-left: 20px;
Loading
Loading
@@ -518,10 +505,6 @@ $note-form-margin-left: 72px;
}
 
.commit-diff {
.notes {
@include vertical-line(52px);
}
.notes_content {
background-color: $white-light;
}
Loading
Loading
@@ -937,12 +920,6 @@ $note-form-margin-left: 72px;
border-bottom: 1px solid $border-color;
}
 
.note-wrapper.outlined {
margin: 0;
border: 0;
border-radius: 0;
}
.discussion-form-container {
padding: $gl-padding;
}
Loading
Loading
Loading
Loading
@@ -5,7 +5,7 @@
- note_editable = can?(current_user, :admin_note, note)
- note_counter = local_assigns.fetch(:note_counter, 0)
 
%li.timeline-entry.note-wrapper.outlined{ id: dom_id(note),
%li.timeline-entry.note-wrapper{ id: dom_id(note),
class: ["note", "note-row-#{note.id}", ('system-note' if note.system)],
data: { author_id: note.author.id,
editable: note_editable,
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment