Skip to content
Snippets Groups Projects

Only highlight file on changes tab

Merged Annabel Dunstone Gray requested to merge outline-overview-tab into master
1 unresolved thread
2 files
+ 7
5
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -16,11 +16,6 @@ $diff-file-header: 41px;
.diff-file {
margin-bottom: $gl-padding;
&.diff-file-is-active,
&:has(*:not(textarea):focus-visible) {
box-shadow: 0 0 0 2px var(--gl-border-color-strong);
}
table.code tr:last-of-type td:last-of-type {
border-bottom-right-radius: $gl-border-radius-base-inner;
}
Loading