Skip to content

Commit

Permalink
Adds side nav toggle (elastic#1701)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Keairns authored and chandlerprall committed Mar 14, 2019
1 parent 6c641cf commit 0b0cd6f
Show file tree
Hide file tree
Showing 20 changed files with 699 additions and 558 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- Adjusted the dark theme palette to have a slight blue tint ([#1691](https://github.com/elastic/eui/pull/1691))
- Added button to `EuiSuperDatePicker`'s “Now” tab to trigger the "now" time selection ([#1620](https://github.com/elastic/eui/pull/1620))
- Added `footerLink` and `showToolTips` to `EuiNavDrawer` and added `EuiNavDrawerGroup` ([#1701](https://github.com/elastic/eui/pull/1701))

**Bug fixes**

Expand Down
2 changes: 1 addition & 1 deletion src-docs/src/views/list_group/list_group.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default class extends Component {

<EuiSpacer size="l" />

<EuiListGroup flush={flushWidth} bordered={showBorder}>
<EuiListGroup flush={flushWidth} bordered={showBorder} showToolTips>
<EuiListGroupItem
label="First item"
/>
Expand Down
Loading

0 comments on commit 0b0cd6f

Please sign in to comment.