move selector for dark theme according to convent
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user