From 8e7ff042cdf99bdfc9accfe5055754d9536a764f Mon Sep 17 00:00:00 2001 From: lijianan <574980606@qq.com> Date: Sun, 8 Feb 2026 13:32:54 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"site(a11y):=20apply=20prefers-reduced?= =?UTF-8?q?-motion=20handling=20for=20transitions=20(#5=E2=80=A6"=20(#5689?= =?UTF-8?q?6)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 191db91774570b31476c5c84bb27d67bccfeee8b. --- .dumi/global.less | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.dumi/global.less b/.dumi/global.less index 3ced5a7388..67b9a62ae2 100644 --- a/.dumi/global.less +++ b/.dumi/global.less @@ -1,15 +1,6 @@ // FIXME: workaround for avoid searchbar styles be extracted to async chunk @import 'dumi/theme-default/slots/SearchBar/index.less'; -@media (prefers-reduced-motion: reduce) { - *, - *::before, - *::after { - animation: none; - transition: none; - } -} - .demo-logo { width: 120px; min-width: 120px;