Suppress shortcut-row-sweep animation for prefers-reduced-motion

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
scheinriese
2026-03-12 11:14:45 +01:00
committed by Tienson Qin
parent e7eb6f3241
commit 6502bb53f6

View File

@@ -545,6 +545,11 @@ button.shortcut-feedback-action {
to { opacity: 0.3; }
}
@keyframes shortcut-row-sweep {
from { background-position: 150% 0; }
to { background-position: 150% 0; }
}
.shortcut-input-placeholder {
animation: none;
-webkit-text-fill-color: unset;