-
Notifications
You must be signed in to change notification settings - Fork 2
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
Feat/numeric array filter sliders #114
base: master
Are you sure you want to change the base?
Conversation
…added to storybook mock
…o get layout to match design
…and updated styles to better match design
…show total layout and a default layout
…ed excessive line breaks
…ed unneeded line of JSX from index.jsx
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.
just need some text contrast changes otherwise looks good
@@ -15,19 +15,23 @@ | |||
flex-wrap: wrap; | |||
justify-content: space-between; | |||
margin: 14px 0; | |||
color: var(--g3-color__base-blue); |
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.
does not meet accessibility guidelines for contrast, need a darker color
|
||
.g3-range-filter__total { | ||
background: var(--g3-color__silver); | ||
color: var(--g3-color__base-blue); |
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.
does not meet accessibility guidelines for contrast
Jira Ticket: MIDRC-5
New Features
This implements the front end design change for the range slider.
Breaking Changes
This is a redesign of the component and would impact anywhere the component is currently used
BEFORE
Design
https://xd.adobe.com/view/5ae05be7-d368-453f-8221-744abe876dfc-0fb3/screen/41843760-83e5-4bc9-a5c2-e16a7c9f3f36/
AFTER