mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 08:19:40 +02:00
fix(toggle): update cursor style and color transition speed [EE-6229] (#10534)
Co-authored-by: testa113 <testa113>
This commit is contained in:
parent
d9effb3597
commit
afa3e7477b
2 changed files with 2 additions and 1 deletions
2
app/assets/css/bootstrap-override.css
vendored
2
app/assets/css/bootstrap-override.css
vendored
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue