Remove vault toolbar switch animation

This commit is contained in:
shuaiplus
2026-06-22 22:39:48 +08:00
parent cd2ec8240b
commit c1f57957c0
+14
View File
@@ -256,6 +256,20 @@ select.input.duplicate-mode-toolbar-select {
@apply h-[34px] whitespace-nowrap rounded-[10px] px-3 py-0 text-[13px]; @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 { .mobile-vault-filter-row {
@apply hidden; @apply hidden;
} }