diff --git a/CHANGELOG.md b/CHANGELOG.md index 57f4081d559..121bba2938a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/src/components/pagination/_pagination_button.scss b/src/components/pagination/_pagination_button.scss index d79222ed63e..2801794cc87 100644 --- a/src/components/pagination/_pagination_button.scss +++ b/src/components/pagination/_pagination_button.scss @@ -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; }