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

[Tag] Consolidate se23 styles #10141

Merged
merged 1 commit into from
Aug 21, 2023
Merged

[Tag] Consolidate se23 styles #10141

merged 1 commit into from
Aug 21, 2023

Conversation

laurkim
Copy link
Contributor

@laurkim laurkim commented Aug 21, 2023

WHY are these changes introduced?

Resolves #9970.

WHAT is this pull request doing?

Consolidates se23 beta styles for Tag.

How to 🎩

Storybook
Prod Storybook

🖥 Local development instructions
🗒 General tophatting guidelines
📄 Changelog guidelines

🎩 checklist

@laurkim laurkim self-assigned this Aug 21, 2023
}

@media #{$p-breakpoints-sm-up} {
padding: var(--p-space-05) var(--p-space-2);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Had to remove this due to specificity issues.

Comment on lines -86 to -87
&.removable {
padding-right: 0;
Copy link
Contributor Author

@laurkim laurkim Aug 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moved this to line 80 due to specificity issues.

// stylelint-disable-next-line -- generated by polaris-migrator DO NOT COPY
font-size: 13px;
line-height: var(--p-font-line-height-2);
font-size: var(--p-font-size-80-experimental);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated font-size: 13px in this file to use the token so that we could clean up stylelint comments.

overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
vertical-align: middle;

@media #{$p-breakpoints-sm-up} {
font-size: var(--p-font-size-75);
padding: var(--p-space-05) 0;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed due to specificity issues.


svg {
fill: var(--p-color-icon);
fill: currentColor;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Had to change this to currentColor due to specificity issues on close button for disabled tags.

@laurkim laurkim marked this pull request as ready for review August 21, 2023 17:21
@laurkim laurkim merged commit 8d82cc4 into next Aug 21, 2023
16 checks passed
@laurkim laurkim deleted the lo/rm-uplift-tag branch August 21, 2023 17:28
sophschneider pushed a commit that referenced this pull request Sep 19, 2023
AnnaCheba pushed a commit to AnnaCheba/polaris that referenced this pull request Apr 22, 2024
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