1
0
Fork 0
forked from forgejo/forgejo

Diff and code review refactors and improvements (#13922)

* Diff CSS refactors and misc tweaks

- Simplify Diff CSS styling
- Add color variables for diff
- Fix vertical centering of inline comment button
- Slightly adjust text colors, e.g. in comment header

* Code review improvments

* selector tweak

* fix diff issues, add inactive bg color

Co-authored-by: 6543 <6543@obermui.de>
This commit is contained in:
silverwind 2020-12-17 16:52:58 +01:00 committed by GitHub
parent a8fa380c25
commit 8af9df0036
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 124 additions and 278 deletions

View file

@ -119,7 +119,7 @@
}
.file-comment {
color: rgba(0, 0, 0, .87);
color: var(--color-text);
}
a.fold-file {