1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Fix comment triangles and tweak inline comment margins (#13554)

- Fix various miscolored comment bubble triangles
- Tweak padding on inline comment boxes
This commit is contained in:
silverwind
2020-11-16 14:53:04 +01:00
committed by GitHub
parent 586bfb9f32
commit 5bd05331ce
3 changed files with 18 additions and 46 deletions

View File

@@ -1036,28 +1036,10 @@ a.ui.basic.green.label:hover {
color: #dbdbdb !important;
}
.repository.view.issue .comment-list .comment .content {
.header {
color: #dbdbdb;
background-color: var(--color-secondary);
border-color: var(--color-secondary);
}
.header::after {
border-right-color: var(--color-secondary);
}
.merge-section.no-header::after {
border-right-color: var(--color-secondary);
}
.header::before {
border-right-color: var(--color-secondary);
}
.merge-section.no-header::before {
border-right-color: #505667;
}
.repository.view.issue .comment-list .comment .content .header {
color: #dbdbdb;
background-color: var(--color-secondary);
border-color: var(--color-secondary);
}
.repository.view.issue .comment-list .timeline-item .badge {
@@ -1072,23 +1054,6 @@ a.ui.basic.green.label:hover {
color: #dedede;
}
.repository.file.editor .commit-form-wrapper .commit-form {
border-color: #505667;
}
.repository.file.editor .commit-form-wrapper .commit-form::before,
.repository.file.editor .commit-form-wrapper .commit-form::after {
border-right-color: #505667;
}
.repository .comment.form .content .form::after {
border-right-color: #353945;
}
.repository .comment.form .content .form::before {
border-right-color: var(--color-secondary);
}
.repository .comment.form .ui.tabular.menu .item.active {
background: #353945;
}