Skip to content

Commit

Permalink
feat(ui5-shellbar): implement root part (#2299)
Browse files Browse the repository at this point in the history
  • Loading branch information
fifoosid committed Oct 8, 2020
1 parent 270f3c8 commit de2d07f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/fiori/src/ShellBar.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
dir="{{effectiveDir}}"
role="banner"
aria-label="{{_shellbarText}}"
part="root"
>
<div class="ui5-shellbar-overflow-container ui5-shellbar-overflow-container-left">

Expand Down
4 changes: 4 additions & 0 deletions packages/fiori/test/pages/SideNavigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@
.content {
height: 100%;
}

ui5-shellbar::part(root) {
padding-left: .5rem;
}
</style>
</head>

Expand Down

0 comments on commit de2d07f

Please sign in to comment.