mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-06-05 08:58:50 +00:00
reset pipeline bg color
This commit is contained in:
parent
a19c2f16bd
commit
a3506d897b
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
@mouseover="showActions = true"
|
||||
@mouseleave="showActions = false"
|
||||
>
|
||||
<div class="<md:fixed <md:top-0 <md:left-0 flex flex-row items-center w-full bg-wp-code-300 px-4 py-2">
|
||||
<div class="<md:fixed <md:top-0 <md:left-0 flex flex-row items-center w-full bg-wp-code-100 px-4 py-2">
|
||||
<span class="font-bold text-base text-wp-code-text-alt-100">
|
||||
<span class="<md:hidden">{{ $t('repo.pipeline.log_title') }}</span>
|
||||
<span class="md:hidden">{{ step?.name }}</span>
|
||||
|
@ -96,7 +96,7 @@
|
|||
|
||||
<div
|
||||
v-if="step?.finished !== undefined"
|
||||
class="flex items-center bg-wp-code-300 p-4 w-full font-bold text-md text-wp-code-text-alt-100"
|
||||
class="flex items-center bg-wp-code-100 p-4 w-full font-bold text-md text-wp-code-text-alt-100"
|
||||
>
|
||||
<PipelineStatusIcon :status="step.state" class="!w-4 !h-4" />
|
||||
<span v-if="step?.error" class="px-2">{{ step.error }}</span>
|
||||
|
|
Loading…
Reference in a new issue