From 6502bb53f6c4ef09bc109b73532c02879c45f523 Mon Sep 17 00:00:00 2001 From: scheinriese Date: Thu, 12 Mar 2026 11:14:45 +0100 Subject: [PATCH] Suppress shortcut-row-sweep animation for prefers-reduced-motion Co-Authored-By: Claude Opus 4.6 --- src/main/frontend/components/shortcut.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main/frontend/components/shortcut.css b/src/main/frontend/components/shortcut.css index fc4c212e21..d4f0aaa94c 100644 --- a/src/main/frontend/components/shortcut.css +++ b/src/main/frontend/components/shortcut.css @@ -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;