style(MemberGalleryDialog): simplify participant item styling
All checks were successful
Deploy tt-tagebuch / deploy (push) Successful in 42s
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user