test to dev #55

Merged
alexm merged 16 commits from test into dev 2023-05-11 12:14:50 +00:00
1 changed files with 2 additions and 4 deletions
Showing only changes of commit 1b95280a32 - Show all commits

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>