mirror of
https://github.com/picocss/pico.git
synced 2025-04-27 11:36:14 -04:00
Merge branch 'dev' of https://github.com/jelmerveen/pico into feat/nav_breadcrumb
This commit is contained in:
commit
7d2a39fa85
16 changed files with 46 additions and 15 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue