We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 270f3c8 commit de2d07fCopy full SHA for de2d07f
packages/fiori/src/ShellBar.hbs
@@ -3,6 +3,7 @@
3
dir="{{effectiveDir}}"
4
role="banner"
5
aria-label="{{_shellbarText}}"
6
+ part="root"
7
>
8
<div class="ui5-shellbar-overflow-container ui5-shellbar-overflow-container-left">
9
packages/fiori/test/pages/SideNavigation.html
@@ -34,6 +34,10 @@
34
.content {
35
height: 100%;
36
}
37
+
38
+ ui5-shellbar::part(root) {
39
+ padding-left: .5rem;
40
+ }
41
</style>
42
</head>
43
0 commit comments