From c1f57957c01b07a030a43cbad63091f8f5a170b8 Mon Sep 17 00:00:00 2001 From: shuaiplus <2327005759@qq.com> Date: Mon, 22 Jun 2026 22:39:48 +0800 Subject: [PATCH] Remove vault toolbar switch animation --- webapp/src/styles/vault.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/webapp/src/styles/vault.css b/webapp/src/styles/vault.css index b8bef70..e6d62e5 100644 --- a/webapp/src/styles/vault.css +++ b/webapp/src/styles/vault.css @@ -256,6 +256,20 @@ select.input.duplicate-mode-toolbar-select { @apply h-[34px] whitespace-nowrap rounded-[10px] px-3 py-0 text-[13px]; } +.list-head .btn, +.list-head .search-input, +.list-head .sort-trigger, +.list-head .list-icon-btn { + animation: none !important; + transition: none !important; + transform: none !important; +} + +.list-head .btn:hover:not(:disabled), +.list-head .btn:active:not(:disabled) { + transform: none !important; +} + .mobile-vault-filter-row { @apply hidden; }