Skip to content

Commit

Permalink
Delete euiToolTipTitle mixin, but leave euiToolTipStyle
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Oct 2, 2024
1 parent 61baf1c commit 5716f34
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
1 change: 1 addition & 0 deletions packages/eui/changelogs/upcoming/8055.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
- `euiButtonFillStyle`
- `euiPanel`
- `euiFormControlDefaultShadow`
- `euiToolTipTitle`
2 changes: 1 addition & 1 deletion packages/eui/src/global_styling/mixins/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
@import 'helpers';
@import 'states';

@import 'tool_tip';
@import 'tool_tip'; // Needed by Elastic Charts
7 changes: 0 additions & 7 deletions packages/eui/src/global_styling/mixins/_tool_tip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,3 @@
background-color: $euiTooltipBorderColor;
}
}

@mixin euiToolTipTitle {
font-weight: $euiFontWeightBold;
border-bottom: solid $euiBorderWidthThin $euiTooltipBorderColor;
padding-bottom: $euiSizeXS;
margin-bottom: $euiSizeXS;
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
@import '../../../../global_styling/mixins/helpers';
@import 'states';

@import '../../../../global_styling/mixins/tool_tip';
@import '../../../../global_styling/mixins/tool_tip'; // Needed by Elastic Charts

0 comments on commit 5716f34

Please sign in to comment.