Skip to content
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

Merged
merged 1 commit into from
Apr 11, 2024
Merged

Conversation

PetyaMarkovaBogdanova
Copy link
Contributor

@PetyaMarkovaBogdanova PetyaMarkovaBogdanova commented Apr 9, 2024

Visual alignments done to meet the last Visual specification updates

@@ -52,14 +52,23 @@
word-spacing: inherit;
}

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

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);
Copy link
Contributor

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])),
Copy link
Contributor

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?

@plamenivanov91 plamenivanov91 self-requested a review April 11, 2024 14:17
@PetyaMarkovaBogdanova PetyaMarkovaBogdanova merged commit c5ec720 into main Apr 11, 2024
9 checks passed
PetyaMarkovaBogdanova added a commit that referenced this pull request Apr 16, 2024
PetyaMarkovaBogdanova added a commit that referenced this pull request Apr 22, 2024
Revert "fix(ui5-shellbar): aligned specs (#8694)"

This reverts commit c5ec720.
@nnaydenow nnaydenow deleted the align-shellbar-specs branch May 29, 2024 10:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants