-
Notifications
You must be signed in to change notification settings - Fork 3
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
SHS-6067: Button class in view has incorrect link color for external links #1751
SHS-6067: Button class in view has incorrect link color for external links #1751
Conversation
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.
@mariannuar This issue is warbler specific, it doesn't affect other color pairings. For that reason, let's address it in the same way than other warbler issues: overriding the color for warbler only.
In other color pairings, the color defined in .hs-button
overrides the color from .ext
, so lets add a definition for warbler in the hb-button
mixin. Something like this:
// Warbler color pairing override.
@include hb-traditional {
.ht-pairing-warbler & {
color: var(--palette--white);
}
}
Also check the following:
- Confirm that the hover and focus states have the right color
- Confirm that the styles are correct for other button variations
…-6067-fix-button-class-in-view-incorrect-link-color-for-ext-links
@cienvaras Ready for review again! |
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.
@mariannuar LGTM!
@ahughes3 This is ready for you, however there's a problem with the tugboat base preview that's causing all preview to fail. I'm checking with Joe, I'll let you know as soon as it's fixed.
…-6067-fix-button-class-in-view-incorrect-link-color-for-ext-links
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.
Approved!
Summary
Fix button class in views using incorrect link color for e…xt links
Need Review By (Date)
02/25
Urgency
high
Steps to Test
Upcoming Events
, let's go to the configuration of that view and:Normal status

Hover status

Review Tasks
Backend / Functional Validation
Code
snake_case
and notcamelCase
?Code security
General