Skip to content

Commit 7e8d1bf

Browse files
committed
fix border-radius of last line active
1 parent eb9bddd commit 7e8d1bf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

web_src/css/base.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1497,6 +1497,10 @@ a.ui.active.label:hover {
14971497
background: var(--color-highlight-bg) !important;
14981498
}
14991499

1500+
.file-view tr.active:last-of-type .lines-code {
1501+
border-bottom-right-radius: var(--border-radius);
1502+
}
1503+
15001504
.file-view tr.active .lines-num {
15011505
position: relative;
15021506
}

0 commit comments

Comments
 (0)