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
|
@ -116,9 +116,6 @@ export function initGlobalCommon() {
|
|||
fullTextSearch: 'exact'
|
||||
});
|
||||
$('.ui.checkbox').checkbox();
|
||||
$('.ui.progress').progress({
|
||||
showActivity: false
|
||||
});
|
||||
|
||||
// init popups
|
||||
$('.tooltip').each((_, el) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue