We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d9d092 commit 59113a6Copy full SHA for 59113a6
web_src/js/components/RepoActionView.vue
@@ -505,8 +505,8 @@ export default defineComponent({
505
</a>
506
</li>
507
<li class="job-artifacts-item" v-else>
508
- <span style="color: var(--color-grey-light)">
509
- <SvgIcon name="octicon-file" class="ui text light-gray job-artifacts-icon"/>{{ artifact.name }}
+ <span class="ui text light grey">
+ <SvgIcon name="octicon-file" class="ui text light grey job-artifacts-icon"/>{{ artifact.name }}
510
</span>
511
512
</template>
0 commit comments