style(MemberGalleryDialog): simplify participant item styling
All checks were successful
Deploy tt-tagebuch / deploy (push) Successful in 42s

- Removed redundant box-shadow properties for participant items in MemberGalleryDialog to streamline the visual design.
- Enhanced clarity of participant item styling while maintaining the intended visual effect.
This commit is contained in:
Torsten Schulz (local)
2026-04-25 09:42:06 +02:00
parent 3462a5497c
commit 630c202fd2

View File

@@ -306,8 +306,7 @@ export default {
.gallery-member-item.is-participant {
box-shadow:
inset 0 0 0 4px #22c55e,
inset 0 0 0 999px rgba(34, 197, 94, 0.22);
inset 0 0 0 4px #22c55e;
}
.gallery-member-item.is-participant::after {