progress-bar.less: Hide ::before if progress is not animated

This commit is contained in:
Johannes Meyer 2023-07-20 13:26:25 +02:00
parent 52cd8d4590
commit 966bb50d02

View file

@ -162,7 +162,7 @@
left: var(--hPadding);
width: var(--duration-scale);
&::before {
&[data-animate-progress]::before {
content: "";
display: block;
width: .5em + @marker-gap;