Skip to content

Commit

Permalink
Removed .euiButton--subdued/$euiButtonTypes.subdued
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed May 4, 2022
1 parent b6c7e2a commit 793b2a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/global_styling/variables/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ $euiButtonTypes: (
success: $euiColorSuccess,
warning: $euiColorWarning,
danger: $euiColorDanger,
subdued: $euiTextSubduedColor, // Should get deprecated in favor of `text`
ghost: $euiColorGhost, // Ghost is special, and does not care about theming.
text: $euiColorDarkShade, // Reserved for special use cases
) !default;
1 change: 1 addition & 0 deletions upcoming_changelogs/5868.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
- Removed `isHollow` prop from `EuiStep` - this visual appearance is no longer used in Amsterdam
- Removed condensed `display` prop from `EuiTabs` & `EuiTabbedContent` - this visual appearance is no longer used in Amsterdam
- Removed `descriptionDisplay` and `labelDisplay` props from `EuiSuggestItem` - use `truncate` and `labelWidth` instead, respectively
- Removed `.euiButton---subdued` className and `$euiButtonTypes.subdued` Sass variable - use `text` color instead

0 comments on commit 793b2a8

Please sign in to comment.