Skip to content

Commit

Permalink
Delete unused $euiButton color variables
Browse files Browse the repository at this point in the history
- heights and the type map is still being used in Kibana
  • Loading branch information
cee-chen committed Sep 19, 2024
1 parent 03c8995 commit 56a9517
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions packages/eui/src/global_styling/variables/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@ $euiButtonHeight: $euiSizeXXL !default;
$euiButtonHeightSmall: $euiSizeXL !default;
$euiButtonHeightXSmall: $euiSizeL !default;

$euiButtonColorDisabled: tintOrShade($euiTextColor, 70%, 70%) !default;
// Only increase the contrast of background color to text to 2.0 for disabled
$euiButtonColorDisabledText: makeDisabledContrastColor($euiButtonColorDisabled) !default;
$euiButtonColorGhostDisabled: lightOrDarkTheme($euiColorDarkShade, $euiColorLightShade) !default;

// Modifier naming and colors.
$euiButtonTypes: (
primary: $euiColorPrimary,
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
@import '../../../../global_styling/variables/index';
@import 'states';

@import 'buttons';
@import 'typography';

0 comments on commit 56a9517

Please sign in to comment.