From 5d70e41de98fdf725079a8014d88cf2c369e901a Mon Sep 17 00:00:00 2001 From: PetyaMarkovaBogdanova Date: Tue, 16 Apr 2024 11:27:49 +0300 Subject: [PATCH] Revert "fix(ui5-shellbar): aligned specs (#8694)" This reverts commit c5ec720c8fd362b6fe2f502d473bec5fc4071b38. --- packages/fiori/src/themes/ShellBar.css | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/packages/fiori/src/themes/ShellBar.css b/packages/fiori/src/themes/ShellBar.css index d861c7620251..4f9cb37ee417 100644 --- a/packages/fiori/src/themes/ShellBar.css +++ b/packages/fiori/src/themes/ShellBar.css @@ -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);