Don't show a highlight of elements within the last-click animation

This commit is contained in:
Pieter Vander Vennet 2023-05-01 01:11:05 +02:00
parent 07be3dbe26
commit 6d9a984f32
3 changed files with 4 additions and 5 deletions

View file

@ -2094,10 +2094,9 @@ li::marker {
display: none;
}
.selected svg path.selectable {
.selected svg:not(.noselect *) path.selectable {
stroke: white !important;
stroke-width: 20px !important;
/* filter: drop-shadow(5px 5px 40px rgb(0 0 0 / 0.6));*/
overflow: visible !important;
-webkit-animation: glowing-drop-shadow 1s ease-in-out infinite alternate;
animation: glowing-drop-shadow 1s ease-in-out infinite alternate;