mirror of
https://github.com/portainer/portainer.git
synced 2025-07-18 21:09:40 +02:00
refactor(edge): use native progress tag for deployment counter [EE-6075] (#10936)
This commit is contained in:
parent
66770bebd4
commit
521eb5f114
4 changed files with 93 additions and 27 deletions
|
@ -35,5 +35,8 @@ module.exports = {
|
|||
addVariant('th-highcontrast', '&:is([theme="highcontrast"] *)');
|
||||
addVariant('th-dark', '&:is([theme="dark"] *)');
|
||||
}),
|
||||
plugin(function ({ addVariant }) {
|
||||
addVariant('progress-filled', ['&::-webkit-progress-value', '&::-moz-progress-bar']);
|
||||
}),
|
||||
],
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue