mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-11-05 02:42:38 +01:00
respect prefers-reduced-motion while animating
This commit is contained in:
@@ -41,4 +41,11 @@
|
||||
|
||||
#searchResults .active {
|
||||
transform: scale(.98);
|
||||
border: 2px solid var(--tertiary)
|
||||
}
|
||||
|
||||
@media (prefers-reduced-motion) {
|
||||
#searchResults .active {
|
||||
transform: none
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user