[Avatar] Simplify HTML & CSS, drop base (rel #207)

This commit is contained in:
Lea Verou
2024-12-17 03:58:58 -05:00
parent dbfaa4299f
commit a31de87882
3 changed files with 14 additions and 35 deletions

View File

@@ -97,7 +97,7 @@ You can group avatars with a few lines of CSS.
margin-left: calc(-1 * var(--wa-space-m));
}
.avatar-group wa-avatar::part(base) {
.avatar-group wa-avatar {
border: solid 2px var(--wa-color-surface-default);
}
</style>