Skip to content

Commit 760d541

Browse files
committed
fix lint
1 parent 20603a2 commit 760d541

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web_src/css/base.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1499,8 +1499,8 @@ a.ui.active.label:hover {
14991499
position: relative;
15001500
}
15011501

1502-
.file-view tr.active .lines-num:before {
1503-
content: '';
1502+
.file-view tr.active .lines-num::before {
1503+
content: "";
15041504
position: absolute;
15051505
left: 0;
15061506
width: 2px;

0 commit comments

Comments
 (0)