-
Notifications
You must be signed in to change notification settings - Fork 130
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
Update and-or.css #2219
Update and-or.css #2219
Conversation
Updated CSS to allow brdr-0 to exist on all resolutions when the design is stacked, and not just "always stacked".
Pre-approved upon review and after confirming there is an example of this change. |
pre-approved upon testing Relates to |
@duboisp there is an example of the update on index.html under the updated header of no border. |
Updated examples to show that brdr-0 can now be added to any side by side version and the border left will disappear when stacked.
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.
Tested the CSS change which are demoed in PR 2220 and work as expected. All CSS is demoed as expected.
Todo:
- Merge all other PRs into a single one.
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.
Fix the HTML markup in the edge-cases.html. The <s>
element can only be use in phrasing context according to HTML 5 spec.
Other than that, the rest is good to be squash and merge
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.
Tested and reviewed locally
…ew#2219) * Update and-or.css Updated CSS to allow brdr-0 to exist on all resolutions when the design is stacked, and not just "always stacked". * Update index.html Updated examples to show that brdr-0 can now be added to any side by side version and the border left will disappear when stacked. * Update edge-cases.html * méli-mélo 2021-05-conjunction - Content adjustment according to HTML5 parsing Patch - Méli-mélo 2021-05-conjunction --------- Co-authored-by: Pierre Dubois <[email protected]>
Updated CSS to allow brdr-0 to exist on all resolutions when the design is stacked, and not just "always stacked".