Skip to content

Commit

Permalink
Fix style for chunk start and end in either and mixed cases.
Browse files Browse the repository at this point in the history
  • Loading branch information
HaudinFlorence committed Nov 1, 2023
1 parent 64ea1e7 commit f59f43c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/nbdime/src/styles/merge.css
Original file line number Diff line number Diff line change
Expand Up @@ -226,13 +226,13 @@
z-index: 3;
}

.jp-Notebook-merge .cm-merge-m-chunk-start-either,
.jp-Notebook-merge .cm-merge-m-chunk-start-mixed:not(.cm-merge-m-chunk-custom) {
.jp-Notebook-merge .cm-merge-m-chunk-start-either::before,
.jp-Notebook-merge .cm-merge-m-chunk-start-mixed:not(.cm-merge-m-chunk-custom)::before {
border-top: 1px solid var(--jp-merge-either-color1);
}

.jp-Notebook-merge .cm-merge-m-chunk-end-either,
.jp-Notebook-merge .cm-merge-m-chunk-end-mixed:not(.cm-merge-m-chunk-custom) {
.jp-Notebook-merge .cm-merge-m-chunk-end-either::after,
.jp-Notebook-merge .cm-merge-m-chunk-end-mixed:not(.cm-merge-m-chunk-custom)::after {
border-bottom: 1px solid var(--jp-merge-either-color1);
}

Expand Down

0 comments on commit f59f43c

Please sign in to comment.