make thread lines dotted

This commit is contained in:
Vyrtsev Mikhail
2019-06-29 21:00:31 -05:00
committed by Umputun
parent 1ac0421bb8
commit d7ec92ee39
2 changed files with 2 additions and 2 deletions
@@ -1,6 +1,6 @@
.thread > .thread {
padding-left: 17px;
border-left: 1px solid rgba(0, 0, 0, 0.15);
border-left: 1px dotted rgba(0, 0, 0, 0.15);
}
.thread_level_4 .thread > .thread {
padding-left: 5px;
@@ -99,6 +99,6 @@
}
& ~ .thread {
border-left-color: rgba(255, 255, 255, 0.15);
border-left-color: rgba(255, 255, 255, 0.35);
}
}