-
Notifications
You must be signed in to change notification settings - Fork 19
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
Updated Advanced Search Tips #459
Conversation
<div className="tips"> | ||
<div className="tip"> | ||
<h4>And/Or</h4> | ||
<div className="o-expandable_content"> |
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.
The structure here looks like it's:
o-expandable
o-expandable_content
o-expandable_content
o-expandable_content
Expandables were built with the idea it would be one content area per expandable, so it is expecting this structure:
o-expandable
o-expandable_content
o-expandable
o-expandable_content
o-expandable
o-expandable_content
Additionally, it would expect to have a o-expandable_target
for toggling the expandable (see https://cfpb.github.io/design-system/components/expandables). Are these used for some expandable styles, but are not actually expandables?
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.
Yeah, basically are used for the styling that comes with design system.
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.
Could you give this another look? I'm necromancing this PR from a couple years ago.
…rch-tipsupdate # Conflicts: # src/components/iconMap.js
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.
Looks good to me!
Address GHE 1564 / CABL-230 - CCDB18
Advanced Search tips
Adding more examples to match word doc requirement
Adding mouseover tooltip
Copied tooltip css from bootstrap so we don't accidentally import other styles from bootstrap
Added footer with link to ElasticSearch
Screenshot: