[New Nav Feature] Added ghost colored EuiListGroupItem#3018
[New Nav Feature] Added ghost colored EuiListGroupItem#3018cchaos merged 7 commits intoelastic:feature/collapsible_navfrom
ghost colored EuiListGroupItem#3018Conversation
| .euiAccordion__iconWrapper { | ||
| margin-left: $euiSizeS; | ||
| margin-right: $euiSizeXS; | ||
| } |
There was a problem hiding this comment.
Also includes a quick fix to the PR that included the right-side arrow accordion
And fixed class names for list group
Fixed color on disabled list group items
bf9ed47 to
bc94df6
Compare
|
Preview documentation changes for this PR: https://eui.elastic.co/pr_3018/ |
Good catch and upon further investigation it looks like it's an issue with the |
andreadelrio
left a comment
There was a problem hiding this comment.
Changes LGTM but had a question about the ghost example you added to the docs.
Fixes the hidden underline in focus state
|
The issue with the underline on the |
|
Preview documentation changes for this PR: https://eui.elastic.co/pr_3018/ |
* Added color=ghost to list group item And fixed class names for list group * Added `color` prop to EuiListGroup Fixed color on disabled list group items * Fixing hover colors for each list item color * ghost example * Increase the height of large items too Fixes the hidden underline in focus state * Fixing demo to not apply black bg to list item * Snaps
* Added color=ghost to list group item And fixed class names for list group * Added `color` prop to EuiListGroup Fixed color on disabled list group items * Fixing hover colors for each list item color * ghost example * Increase the height of large items too Fixes the hidden underline in focus state * Fixing demo to not apply black bg to list item * Snaps
* Added color=ghost to list group item And fixed class names for list group * Added `color` prop to EuiListGroup Fixed color on disabled list group items * Fixing hover colors for each list item color * ghost example * Increase the height of large items too Fixes the hidden underline in focus state * Fixing demo to not apply black bg to list item * Snaps
* [Feature] Added `EuiCollapsibleNav` component (#2977) * [New Nav Feature] Added `ghost` colored EuiListGroupItem (#3018) * [New Nav Feature] Created `EuiCollapsibleGroup` (#3031) * [New Nav Feature] EuiPinnableListGroup (#3061) * [K8 Nav Feature] Added `home` and `menu` glyphs to EuiIcon (#3109) * [New Nav Feature] Final docs examples and patterns (#3117) * [New Nav Feature] Move collapsible nav toggle button to be part of EuiCollapsibleNav (#3168)
* [Feature] Added `EuiCollapsibleNav` component (elastic#2977) * [New Nav Feature] Added `ghost` colored EuiListGroupItem (elastic#3018) * [New Nav Feature] Created `EuiCollapsibleGroup` (elastic#3031) * [New Nav Feature] EuiPinnableListGroup (elastic#3061) * [K8 Nav Feature] Added `home` and `menu` glyphs to EuiIcon (elastic#3109) * [New Nav Feature] Final docs examples and patterns (elastic#3117) * [New Nav Feature] Move collapsible nav toggle button to be part of EuiCollapsibleNav (elastic#3168)

Adds one more option to EuiListGroupItem for color
which is
ghost, for use when the list is on a dark background as will be needed like in this screenshot:Also, adds the option for EuiListGroup to pass the
coloroption to every list itemTypically you'd only be able to color each list item, but now you color all of them if you're passing items via the
listItemsprop object.Checklist
[ ] Checked in mobile[ ] Checked for breaking changes and labeled appropriately[ ] Checked for accessibility including keyboard-only and screenreader modes[ ] A changelog entry exists and is marked appropriatelyWill get added via feature branch