Skip to content
Snippets Groups Projects

Add the right side of 'code flow' that including code viewer

Merged Chen Charnolevsky requested to merge 469653-vulnerability-code-flow-P5 into master
All threads resolved!
9 files
+ 192
18
Compare changes
  • Side-by-side
  • Inline
Files
9
@@ -37,24 +37,13 @@
content: '\200b';
}
.selected-inline-item-mark {
background: #2575c6 !important;
}
.inline-item-mark {
background: $gray-300;
padding: 0 5px;
margin-right: 5px;
border-radius: 4px;
color: $white;
}
.selected-inline-section-marker {
background: #d3e3f4 !important;
}
.inline-section-marker {
background: #ebebeb;
padding-right: 2px;
border-radius: 4px;
}
@@ -97,10 +86,6 @@
&:last-of-type {
border-bottom-left-radius: $gl-border-radius-base-inner;
}
.selected-inline-number-mark {
color: $gray-200 !important;
}
}
pre .line,
@@ -110,6 +95,10 @@
line-height: 1.1875rem;
min-height: 1.1875rem;
}
.mark-multiple-line-expand-button {
@include diff-expansion($gray-100, $gray-400, $gray-200, $gray-400);
}
}
// Vertically aligns <table> line numbers (eg. blame view)
Loading