refs #6080 fix: header summary color
gitea/salix-front/pipeline/head This commit looks good Details

This commit is contained in:
Alex Moreno 2023-08-10 10:52:34 +02:00
parent fafacebcb1
commit efc672a183
2 changed files with 9 additions and 3 deletions

View File

@ -107,7 +107,7 @@ async function togglePinned(item, event) {
message: t('globals.dataSaved'),
type: 'positive',
});
};
}
</script>
<template>
@ -211,7 +211,7 @@ async function togglePinned(item, event) {
</QList>
</template>
<style>
<style scoped>
.pinned .q-btn {
visibility: hidden;
}

View File

@ -29,4 +29,10 @@ body.body--light {
background-color: white;
color: #555;
}
.summary {
.header {
color: white;
}
}
}