1
0
Fork 0
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:
Chaim Lev-Ari 2024-04-04 18:12:27 +03:00 committed by GitHub
parent 66770bebd4
commit 521eb5f114
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 93 additions and 27 deletions

View file

@ -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']);
}),
],
};