Skip to content

Commit

Permalink
[Amsterdam] Small styling adjustments in tooltips (#4353)
Browse files Browse the repository at this point in the history
* adjust padding in tooltip
* reduce border-radius in EuiRange's tooltip
  • Loading branch information
andreadelrio authored Dec 7, 2020
1 parent ad97583 commit e5e03cf
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
- Removed the shadow in `EuiComment` ([#4321](https://github.com/elastic/eui/pull/4321))
- Reduced font size for `xs` size in `EuiButtonEmpty` ([#4325](https://github.com/elastic/eui/pull/4325))
- Increased font size for `m` size of `EuiListGroupItem` ([#4340](https://github.com/elastic/eui/pull/4340))
- Reduced padding in `EuiToolTip` ([#4353](https://github.com/elastic/eui/pull/4353))
- Reduced border-radius in `EuiRange`'s tooltip ([#4353](https://github.com/elastic/eui/pull/4353))

## [`30.5.1`](https://github.com/elastic/eui/tree/v30.5.1)

Expand Down
2 changes: 2 additions & 0 deletions src/themes/eui-amsterdam/overrides/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@
@import 'overlay_mask';
@import 'popover';
@import 'progress';
@import 'range';
@import 'text';
@import 'toast';
@import 'tooltip';
3 changes: 3 additions & 0 deletions src/themes/eui-amsterdam/overrides/_range.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.euiRangeTooltip__value {
border-radius: $euiBorderRadiusSmall;
}
3 changes: 3 additions & 0 deletions src/themes/eui-amsterdam/overrides/_tooltip.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.euiToolTip {
padding: $euiSizeS;
}

0 comments on commit e5e03cf

Please sign in to comment.