Merge branch 'dev' of https://github.com/jelmerveen/pico into feat/nav_breadcrumb

This commit is contained in:
jelmerveen 2022-06-12 12:38:49 +02:00
commit 7d2a39fa85
16 changed files with 46 additions and 15 deletions

View file

@ -2021,6 +2021,12 @@ progress::-moz-progress-bar {
}
}
@media (prefers-reduced-motion: no-preference) {
[dir=rtl] progress:indeterminate {
animation-direction: reverse;
}
}
@-webkit-keyframes progressIndeterminate {
0% {
background-position: 200% 0;