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

@ -32,7 +32,7 @@
background-color: transparent;
&:disabled {
animation: loading-fill var(--transition-long) ease-in-out alternate infinite;
animation: loading-shimmer var(--transition-long) ease-in-out alternate infinite;
transition: none;
cursor: not-allowed;
@ -45,7 +45,7 @@
transform: none;
}
@keyframes loading-fill {
@keyframes loading-shimmer {
to {
background-position-x: -200%;
}