We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55318f2 commit 63b44b9Copy full SHA for 63b44b9
1 file changed
frontend/src/components/ParticipantTile.vue
@@ -83,7 +83,7 @@
83
<!-- Participant action toolbar -->
84
<div
85
v-if="showActionToolbar"
86
- class="absolute bottom-2 right-2 flex items-center gap-0.5 rounded-full bg-gray-700 p-0.5 text-white opacity-0 group-hover:opacity-100 transition-opacity ring-1 ring-gray-800"
+ class="absolute bottom-2 right-2 flex items-center gap-0.5 rounded-full bg-gray-700 p-0.5 text-white opacity-0 group-hover:opacity-70 hover:!opacity-100 transition-opacity ring-1 ring-gray-800"
87
@click.stop
88
>
89
<button
0 commit comments