forked from forgejo/forgejo
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:
parent
cc7236e852
commit
ac8bee6aeb
11 changed files with 37 additions and 2035 deletions
|
@ -1238,26 +1238,9 @@
|
|||
padding-bottom: 10px;
|
||||
border-bottom: 1px dashed var(--color-secondary);
|
||||
|
||||
> a {
|
||||
padding-top: 5px;
|
||||
padding-right: 10px;
|
||||
font-size: 1.5rem;
|
||||
color: var(--color-text);
|
||||
|
||||
&:hover {
|
||||
color: var(--color-primary);
|
||||
}
|
||||
}
|
||||
|
||||
.ui.progress {
|
||||
width: 40%;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
margin: 0;
|
||||
|
||||
.bar {
|
||||
height: 20px;
|
||||
}
|
||||
progress {
|
||||
width: 200px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
.meta {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue