diff --git a/assets/layers/last_click/last_click.json b/assets/layers/last_click/last_click.json index 5ff05941c4..c74fe83704 100644 --- a/assets/layers/last_click/last_click.json +++ b/assets/layers/last_click/last_click.json @@ -74,7 +74,7 @@ "then": "{first_preset}" } ], - "render": "
{renderings}{first_preset}
" + "render": "
{renderings}{first_preset}
" }, "labelCssClasses": "text-sm min-w-min pl-1 pr-1 rounded-3xl text-white opacity-65 whitespace-nowrap block-ruby", "labelCss": "background: #00000088", @@ -158,4 +158,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/css/index-tailwind-output.css b/css/index-tailwind-output.css index 3485f6eb7d..b1d4943490 100644 --- a/css/index-tailwind-output.css +++ b/css/index-tailwind-output.css @@ -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; diff --git a/index.css b/index.css index d2378b8c74..61e14c301d 100644 --- a/index.css +++ b/index.css @@ -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;