231801 test to master #56

Merged
alexm merged 56 commits from test into master 2023-05-12 06:35:16 +00:00
1 changed files with 2 additions and 4 deletions
Showing only changes of commit 1b95280a32 - Show all commits
src/components

View File

@ -200,13 +200,11 @@ async function togglePinned(item, event) {
</template>
<style>
.pinned .icon-push_pin,
.pinned .icon-remove_circle {
.pinned .q-btn {
visibility: hidden;
}
.pinned:hover .icon-push_pin,
.pinned:hover .icon-remove_circle {
.pinned:hover .q-btn {
visibility: visible;
}
</style>