mirror of
https://github.com/picocss/pico.git
synced 2025-04-24 10:26:13 -04:00
Merge branch 'dev' into ll/refactor/nav
This commit is contained in:
commit
01a1f52022
11 changed files with 35 additions and 11 deletions
|
@ -2023,6 +2023,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