mirror of
https://github.com/go-gitea/gitea
synced 2025-08-07 01:58:19 +00:00
ui - cut timeline length with last element on issue view (#7355)
* cut timeline length with last element on issue view fix #7304 - lightly enlight dark theme issue timeline color Signed-off-by: Michael Gnehr <michael@gnehr.de> * remove new container Signed-off-by: Michael Gnehr <michael@gnehr.de>
This commit is contained in:
@@ -619,8 +619,9 @@ a.ui.basic.green.label:hover {
|
||||
border-right-color: #353945;
|
||||
}
|
||||
|
||||
.repository.view.issue .comment-list:before {
|
||||
background-color: #313c47;
|
||||
.repository.view.issue .comment-list:not(.prevent-before-timeline):before,
|
||||
.repository.view.issue .comment-list .timeline-line:before {
|
||||
background-color: #3b4954;
|
||||
}
|
||||
|
||||
.repository .comment.form .content .form:after {
|
||||
|
Reference in New Issue
Block a user