mirror of https://github.com/portainer/portainer
fix(toggle): update cursor style and color transition speed [EE-6229] (#10534)
Co-authored-by: testa113 <testa113>pull/10539/head
parent
d9effb3597
commit
afa3e7477b
|
@ -97,6 +97,8 @@
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
-webkit-transition: 0.4s;
|
-webkit-transition: 0.4s;
|
||||||
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 bg-gray-6;
|
||||||
@apply th-dark:bg-gray-warm-8;
|
@apply th-dark:bg-gray-warm-8;
|
||||||
@apply th-highcontrast:bg-gray-warm-8;
|
@apply th-highcontrast:bg-gray-warm-8;
|
||||||
|
|
|
@ -55,7 +55,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.switch.limited {
|
.switch.limited {
|
||||||
pointer-events: none;
|
|
||||||
touch-action: none;
|
touch-action: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue