move selector for dark theme according to convent

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