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

@ -304,7 +304,7 @@ li::marker {
display: none;
}
.selected svg path.selectable {
.selected svg:not(.noselect *) path.selectable {
stroke: white !important;
stroke-width: 20px !important;
overflow: visible !important;