mirror of
https://github.com/go-gitea/gitea
synced 2025-07-15 23:17:19 +00:00
Remove fomantic progress module (#19760)
Replace it with HTML `<progress>` element. The bar won't go green at 100% anymore but I think it's not something that fits stylistically anyways.
This commit is contained in:
@@ -140,14 +140,6 @@
|
||||
background-color: #383c4a;
|
||||
}
|
||||
|
||||
.ui.green.progress .bar {
|
||||
background-color: #668844;
|
||||
}
|
||||
|
||||
.ui.progress.success .bar {
|
||||
background-color: #7b9e57 !important;
|
||||
}
|
||||
|
||||
.following.bar.light {
|
||||
background: #2e323e;
|
||||
border-color: var(--color-secondary-alpha-40);
|
||||
|
Reference in New Issue
Block a user