-
-
Notifications
You must be signed in to change notification settings - Fork 214
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
Improve buttons #4195
Improve buttons #4195
Conversation
Gnuk
commented
Oct 31, 2022
- Related to UX/UI: improve the CSS #2894
Codecov ReportBase: 100.00% // Head: 100.00% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #4195 +/- ##
===========================================
Coverage 100.00% 100.00%
Complexity 2277 2277
===========================================
Files 597 597
Lines 9753 9753
Branches 189 189
===========================================
Hits 9753 9753 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
b6ae43d
to
1923a01
Compare
1923a01
to
5e1571d
Compare
I worked with @ascelineboullen for some colors, fonts and button style. |
color: $jhlite-button-color-text; | ||
font-family: $jhlite-global-font-primary-family; | ||
font-size: $jhlite-button-font-size; | ||
font-weight: bold; |
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.
Gave it a try and I think it's really better in default weight cc @Gnuk @ascelineboullen what do you think?
$jhlite-global-color-text-light: $jhlite-global-color-light !default; | ||
$jhlite-global-color-link-light: $jhlite-global-color-light !default; | ||
$jhlite-global-color-link-light-hover: $jhlite-global-color-primary !default; | ||
$jhlite-global-color-fill-secondary: $jhlite-color-neutral-900 !default; // @deprecated |
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.
Created #4763 as follow up
Merging like that, comments can be taken in dedicated PRs |