Skip to content

Commit

Permalink
fix border radius on pagination, add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
snide committed Feb 9, 2018
1 parent dc12186 commit be975e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

- Added component to wrap blocks of substeps `EuiSubSteps` in a shaded container. ([#375](https://github.com/elastic/eui/pull/375))
- Added horizontal steps component ([#375](https://github.com/elastic/eui/pull/375))
- Changed look and feel of pagination. Added compressed prop for smaller footprint pagination. ([#380](https://github.com/elastic/eui/pull/380))

# [`0.0.20`](https://github.com/elastic/eui/tree/v0.0.20)

Expand Down
2 changes: 1 addition & 1 deletion src/components/pagination/_pagination_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
font-size: $euiFontSizeS;
padding: 0;
text-align: center;
border-radius: $euiBorderRadius;
}

.euiPaginationButton-isActive {
pointer-events: none;
color: $euiColorPrimary;
text-decoration: underline;
border-radius: $euiBorderRadius;
font-weight: $euiFontWeightBold;
}

Expand Down

0 comments on commit be975e7

Please sign in to comment.