1
0
Fork 0
forked from forgejo/forgejo

Reorganize CSS files (#24739)

Reorganize various CSS files for clarity, group together by subdirectory
in `index.css`. This reorders some of the rules, but I don't think it
should introduce any issues because of that.
This commit is contained in:
silverwind 2023-05-16 06:13:30 +02:00 committed by GitHub
parent c78b923822
commit b926f96da7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 35 additions and 28 deletions

View file

@ -321,6 +321,16 @@ progress::-moz-progress-bar {
opacity: 1 !important;
}
.svg {
display: inline-block;
vertical-align: text-top;
fill: currentcolor;
}
.middle .svg {
vertical-align: middle;
}
.unselectable,
.button,
.lines-num,