We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a359ebf commit aba5fb5Copy full SHA for aba5fb5
packages/fiori/src/ShellBar.hbs
@@ -26,6 +26,12 @@
26
</span>
27
{{/unless}}
28
29
+ {{#if showTitleInMenuButton}}
30
+ <h1 class="ui5-hidden-text">
31
+ {{primaryTitle}}
32
+ </h1>
33
+ {{/if}}
34
+
35
{{#if showMenuButton}}
36
<button class="{{classes.button}}"
37
@click="{{_header.press}}"
@@ -41,9 +47,9 @@
41
47
42
48
43
49
{{#if showTitleInMenuButton}}
44
- <h1 class="ui5-shellbar-menu-button-title">
45
- <bdi>{{primaryTitle}}</bdi>
46
- </h1>
50
+ <div class="ui5-shellbar-menu-button-title">
51
52
+ </div>
53
{{/if}}
54
55
<span class="ui5-shellbar-menu-button-arrow"></span>
packages/fiori/src/themes/ShellBar.css
@@ -1,3 +1,5 @@
1
+@import "./InvisibleTextStyles.css";
2
3
:host(:not([hidden])) {
4
display: inline-block;
5
width: 100%;
0 commit comments