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

Remove fomantic accordion module (#15951)

Replace it with native <detail> element. Did some slight restyling on
the release downloads, new behaviour should be exactly the same
otherwise.

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
silverwind
2021-05-23 02:45:39 +02:00
committed by GitHub
parent 308b562b3c
commit b4d10598c9
9 changed files with 197 additions and 1061 deletions

View File

@@ -164,6 +164,14 @@ table {
border-collapse: collapse;
}
details summary {
cursor: pointer;
}
details summary > * {
display: inline;
}
* {
scrollbar-width: thin;
scrollbar-color: var(--color-primary) transparent;