Skip to content

Commit

Permalink
fix(ui5-shellbar): menu button arrow position (#3285)
Browse files Browse the repository at this point in the history
Fixes: #3199
nnaydenow authored May 20, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 7d7d9df commit 18ea76d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/fiori/src/themes/ShellBar.css
Original file line number Diff line number Diff line change
@@ -128,7 +128,7 @@ slot[name="profile"] {

.ui5-shellbar-menu-button--interactive .ui5-shellbar-menu-button-arrow {
display: inline-block;
margin-left: 0.5rem;
margin-left: 0.375rem;
width: 10px;
height: 10px;
width: 0px;
@@ -470,7 +470,7 @@ slot[name="profile"] {
}

[dir="rtl"] .ui5-shellbar-menu-button--interactive .ui5-shellbar-menu-button-arrow {
margin-right: .5rem;
margin-right: 0.375rem;
margin-left: 0;
}

0 comments on commit 18ea76d

Please sign in to comment.