Skip to content

Commit de2d07f

Browse files
authored
feat(ui5-shellbar): implement root part (#2299)
1 parent 270f3c8 commit de2d07f

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

packages/fiori/src/ShellBar.hbs

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
dir="{{effectiveDir}}"
44
role="banner"
55
aria-label="{{_shellbarText}}"
6+
part="root"
67
>
78
<div class="ui5-shellbar-overflow-container ui5-shellbar-overflow-container-left">
89

packages/fiori/test/pages/SideNavigation.html

+4
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@
3434
.content {
3535
height: 100%;
3636
}
37+
38+
ui5-shellbar::part(root) {
39+
padding-left: .5rem;
40+
}
3741
</style>
3842
</head>
3943

0 commit comments

Comments
 (0)