We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 996de94 commit d672c15Copy full SHA for d672c15
packages/fiori/src/themes/ShellBar.css
@@ -111,6 +111,8 @@ slot[name="profile"] {
111
min-width: 0;
112
min-height: 2rem;
113
pointer-events: none;
114
+ font-size: var(--_ui5-v2-9-0-rc-2_avatar_fontsize_XS);
115
+ font-weight: normal;
116
}
117
118
.ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive::-moz-focus-inner {
packages/fiori/test/pages/ShellBar_evolution.html
@@ -72,8 +72,7 @@
72
</ui5-input>
73
74
<ui5-toggle-button id="assistantDynamic" icon="sap-icon://da" slot="assistant" text="Assitant" title="Assitant"></ui5-toggle-button>
75
- <ui5-avatar slot="profile">
76
- <img src="./img/John_Miller.png" alt="John Miller">
+ <ui5-avatar slot="profile" initials="JM"></ui5-avatar>
77
</ui5-avatar>
78
</ui5-shellbar>
79
0 commit comments