1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Fixing cell hover effect

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2021-05-03 08:35:02 +03:00
parent 0deead641b
commit 03b93684b0
2 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@
}
&.active {
box-shadow: 0 0 0px 3px $clusterMenuBackground, 0 0 0px 6px #ffffff;
box-shadow: 0 0 0px 3px var(--clusterMenuBackground), 0 0 0px 6px var(--textColorAccent);
transition: all 0s 0.8s;
}
@ -25,7 +25,7 @@
}
&:hover {
box-shadow: 0 0 0px 3px $clusterMenuBackground, 0 0 0px 6px #fff;
box-shadow: 0 0 0px 3px var(--clusterMenuBackground), 0 0 0px 6px #ffffff30;
}
&.isDragging {

View File

@ -60,7 +60,7 @@
}
&:not(:empty) {
animation: outline 0.8s cubic-bezier(0.19, 1, 0.22, 1);
animation: outline 1s cubic-bezier(0.19, 1, 0.22, 1);
}
}
}