Skip to content

Commit ed882b8

Browse files
authored
fix: remove z-index from avatar color outline (#2123)
1 parent 890c526 commit ed882b8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/vaadin-avatar/src/vaadin-avatar.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ class AvatarElement extends ElementMixin(ThemableMixin(PolymerElement)) {
109109
110110
:host([has-color-index])::before {
111111
position: absolute;
112-
z-index: 1;
113112
content: '';
114113
top: 0;
115114
left: 0;

0 commit comments

Comments
 (0)