Update app/styles/ui/_side-by-side-diff.scss

Co-authored-by: tidy-dev <75402236+tidy-dev@users.noreply.github.com>
This commit is contained in:
Sergio Padrino 2022-10-28 12:07:12 +02:00 committed by GitHub
parent 8b827a336e
commit 6548088a04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -336,16 +336,12 @@
border-right-width: 1px;
border-right-style: solid;
border-color: var(--diff-hunk-gutter-background-color);
align-self: stretch;
align-items: center;
&.selectable:hover {
border-color: var(--diff-hover-background-color);
}
&:not(.selectable) span {
// This must be the height of an octicon, so that when a hunk handle
// of any type is replaced by an "empty" hunk handle (e.g. when a
// file is completely expanded), the height of the whole line
// remains the same.
height: 16px;
}
}
}