RTL fixes and anchor restyle

This commit is contained in:
daudix
2024-09-28 02:25:08 +03:00
parent cf58208a57
commit 42c78c8557
11 changed files with 56 additions and 14 deletions

View File

@ -55,11 +55,15 @@
transition: var(--transition);
width: 1rem;
height: 1rem;
:root[dir*="rtl"] & {
transform: scaleX(-1);
}
}
}
&.active {
animation: active-fill var(--transition-long);
animation: active-shimmer var(--transition-long);
button {
box-shadow: var(--edge-highlight);
@ -71,7 +75,7 @@
}
}
@keyframes active-fill {
@keyframes active-shimmer {
to {
background-position-x: -200%;
}