mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-04-15 01:41:56 +00:00
Apply background only to required status icons (#5958)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
>
|
||||
<Icon
|
||||
:name="service ? 'settings' : `status-${status}`"
|
||||
:bg-circle="true"
|
||||
:bg-circle="['blocked', 'declined', 'error', 'failure', 'killed', 'skipped', 'success'].includes(status)"
|
||||
size="1.5rem"
|
||||
:class="{
|
||||
'text-wp-error-100': pipelineStatusColors[status] === 'red',
|
||||
|
||||
Reference in New Issue
Block a user