mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-05-28 04:36:06 -04:00
progress-bar.less: Hide ::before if progress is not animated
This commit is contained in:
parent
52cd8d4590
commit
966bb50d02
1 changed files with 1 additions and 1 deletions
|
|
@ -162,7 +162,7 @@
|
|||
left: var(--hPadding);
|
||||
width: var(--duration-scale);
|
||||
|
||||
&::before {
|
||||
&[data-animate-progress]::before {
|
||||
content: "";
|
||||
display: block;
|
||||
width: .5em + @marker-gap;
|
||||
|
|
|
|||
Loading…
Reference in a new issue