Skip to content

Commit 63b44b9

Browse files
committed
refactor: add opacity to tile action toolbar
1 parent 55318f2 commit 63b44b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/components/ParticipantTile.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<!-- Participant action toolbar -->
8484
<div
8585
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"
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-70 hover:!opacity-100 transition-opacity ring-1 ring-gray-800"
8787
@click.stop
8888
>
8989
<button

0 commit comments

Comments
 (0)