1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-05 09:55:20 +02:00

Rework focused comment styling (#13434)

Had to tweak a few borders to make it work properly in all cases, also
added .comment-body class to specifically target that body.
This commit is contained in:
silverwind 2020-11-05 20:34:04 +01:00 committed by GitHub
parent 5b636bdec7
commit eba0ac5bf6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 87 additions and 41 deletions

View file

@ -537,7 +537,7 @@ body {
.ui.attached.header {
background: var(--color-secondary);
border: 1px solid var(--color-secondary);
border-color: var(--color-secondary);
color: #dbdbdb;
}
@ -1039,7 +1039,7 @@ a.ui.basic.green.label:hover {
.ui.segment,
.ui.segments,
.ui.attached.segment {
border: 1px solid var(--color-secondary);
border-color: var(--color-secondary);
}
.ui.list > .item > .content {