-
Notifications
You must be signed in to change notification settings - Fork 40
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
fixed scss for numbered lists and alternating-bg cards #1789
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.
Ran this locally and visually the styles look 👍💯
As per usual, I can't speak to the technical implication, so passing that on to @patphongs 💐
Codecov Report
@@ Coverage Diff @@
## develop #1789 +/- ##
========================================
Coverage 79.39% 79.39%
========================================
Files 45 45
Lines 3261 3261
Branches 488 488
========================================
Hits 2589 2589
Misses 672 672 Continue to review full report at Codecov.
|
Added the same styles for numbered lists to apply to html-blocks as well as rich-text blocks. That was the missing piece making testing this so confusing! |
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.
Thank you for working on this John! I will leave the code review for those who know better what it should look like, but am glad to have this done!
See the even more offensive example of jumping in upadted screenshot above |
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.
Thanks @johnnyporkchops, works well
Addresses:
add numbers to
list--numbered class
: https://github.com/18F/fec-cms/issues/1781add transparent border to
.card--alternating-bg
: https://github.com/18F/fec-cms/issues/1734Numbered lists:
Alternating-bg cards before/after
Before:
After: