-
Notifications
You must be signed in to change notification settings - Fork 273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(ui5-shellbar): aligned specs #8694
Conversation
264f4d4
to
7d3ac15
Compare
7d3ac15
to
7d2b4bb
Compare
@@ -52,14 +52,23 @@ | |||
word-spacing: inherit; | |||
} | |||
|
|||
.ui5-shellbar-button[icon-only] { | |||
color: var(--sapShell_InteractiveTextColor); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
resulting in the same color as the current version (var(--sapShell_TextColor);)
} | ||
|
||
.ui5-shellbar-button[icon-only]:hover:not(:active) { | ||
color: var(--sapShell_InteractiveTextColor); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also redundant IMO
.ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive:hover, | ||
.ui5-shellbar-button:hover, | ||
.ui5-shellbar-image-button:hover { | ||
::slotted([ui5-button][slot="startButton"]:hover:not([active])), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the rest of the file we have styles which are with stronger rules for the active state. Rendering those 4 new additions irrelevant.
Are you sure they need to be added and if there is any visual difference with or without them?
This reverts commit c5ec720.
Visual alignments done to meet the last Visual specification updates