We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44e631a commit 2bd2204Copy full SHA for 2bd2204
packages/main/src/themes/Avatar.css
@@ -81,11 +81,11 @@
81
width: 3rem;
82
}
83
84
-:host(:not([img-src])) {
+:host(:not([img])) {
85
background-color: var(--sapAccentColor6);
86
87
88
-:host(:not([img-src])) .ui5-avatar-icon {
+:host(:not([img])) .ui5-avatar-icon {
89
color: var(--sapContent_ImagePlaceholderForegroundColor);
90
91
@@ -100,4 +100,4 @@
100
height: 100%;
101
width: 100%;
102
border-radius: 50%;
103
-}
+}
0 commit comments