Skip to content

Commit

Permalink
Revert "fix(ui5-shellbar): aligned specs" (#8770)
Browse files Browse the repository at this point in the history
Revert "fix(ui5-shellbar): aligned specs (#8694)"

This reverts commit c5ec720.
  • Loading branch information
PetyaMarkovaBogdanova authored Apr 22, 2024
1 parent 3a4be3a commit b73c171
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions packages/fiori/src/themes/ShellBar.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,23 +52,14 @@
word-spacing: inherit;
}

.ui5-shellbar-button[icon-only] {
color: var(--sapShell_InteractiveTextColor);
}

.ui5-shellbar-button[icon-only]:hover:not(:active) {
color: var(--sapShell_InteractiveTextColor);
}


::slotted([ui5-button][slot="startButton"]) {
margin-inline-start: 0;
}

::slotted([ui5-button][slot="startButton"]:hover:not([active])),
.ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive:hover:not(:active),
.ui5-shellbar-button:hover:not(:active),
.ui5-shellbar-image-button:hover:not(:active) {
::slotted([ui5-button][slot="startButton"]:hover),
.ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive:hover,
.ui5-shellbar-button:hover,
.ui5-shellbar-image-button:hover {
background: var(--sapShell_Hover_Background);
border-color: var(--sapButton_Lite_Hover_BorderColor);
color: var(--sapShell_TextColor);
Expand Down

0 comments on commit b73c171

Please sign in to comment.