This commit is contained in:
parent
fafacebcb1
commit
efc672a183
|
@ -107,7 +107,7 @@ async function togglePinned(item, event) {
|
||||||
message: t('globals.dataSaved'),
|
message: t('globals.dataSaved'),
|
||||||
type: 'positive',
|
type: 'positive',
|
||||||
});
|
});
|
||||||
};
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
@ -211,7 +211,7 @@ async function togglePinned(item, event) {
|
||||||
</QList>
|
</QList>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style>
|
<style scoped>
|
||||||
.pinned .q-btn {
|
.pinned .q-btn {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
|
|
|
@ -29,4 +29,10 @@ body.body--light {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
color: #555;
|
color: #555;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
.summary {
|
||||||
|
.header {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue