mirror of
https://github.com/logseq/logseq.git
synced 2026-05-24 04:34:14 +00:00
Suppress shortcut-row-sweep animation for prefers-reduced-motion
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user