ci: 👷 lint code to MediaWiki standards

Check commit and GitHub actions for more details
This commit is contained in:
github-actions 2022-11-26 08:41:34 +00:00
parent bf9a4850f6
commit c634a934bd

View file

@ -37,10 +37,10 @@
no-repeat,transparent;
// Placeholder text
content: 'loading';
// Fancy shadow under progress
filter: drop-shadow( 0 0 16px var( --color-primary ) );
text-overflow: ellipsis;
white-space: nowrap;
// Fancy shadow under progress
filter: drop-shadow( 0px 0px 16px var( --color-primary ) );
}
@keyframes progress-bar {