mirror of
https://github.com/picocss/pico.git
synced 2025-04-30 04:49:13 -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
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue