Skip to content
This repository has been archived by the owner on Feb 23, 2022. It is now read-only.

Commit

Permalink
Merge pull request #82 from multinet-app/sidebar-transition
Browse files Browse the repository at this point in the history
Make checkbox transitions more subtle
  • Loading branch information
jtomeck committed Jul 16, 2019
2 parents fd343c2 + 969bef6 commit dc8c86c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/components/Sidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
:to="`/workspaces/${space}/`"
>
<v-list-tile-avatar @click.prevent>
<v-scale-transition leave-absolute>
<v-fade-transition hide-on-leave>
<v-icon
color="primary"
v-if="!hover && !checkbox[space]"
Expand All @@ -72,7 +72,7 @@
v-else
v-model="checkbox[space]"
></v-checkbox>
</v-scale-transition>
</v-fade-transition>
</v-list-tile-avatar>

<v-list-tile-content>
Expand Down

0 comments on commit dc8c86c

Please sign in to comment.