fix(toggle): update cursor style and color transition speed [EE-6229] (#10534)

Co-authored-by: testa113 <testa113>
pull/10539/head
Ali 2023-10-25 23:17:18 +01:00 committed by GitHub
parent d9effb3597
commit afa3e7477b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -97,6 +97,8 @@
bottom: 0;
-webkit-transition: 0.4s;
transition: 0.4s;
/* speed up the hover color changes to 200ms, while keeping the movement transition 400ms */
@apply transition-colors duration-200;
@apply bg-gray-6;
@apply th-dark:bg-gray-warm-8;
@apply th-highcontrast:bg-gray-warm-8;

View File

@ -55,7 +55,6 @@
}
.switch.limited {
pointer-events: none;
touch-action: none;
}