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

@ -72,6 +72,13 @@ nav {
color: inherit;
}
}
// Minimal support for role="button"
[role="button"] {
margin-right: inherit;
margin-left: inherit;
padding: var(--nav-link-spacing-vertical) var(--nav-link-spacing-horizontal);
}
}
// Vertical Nav

View file

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