Skip to content

Commit

Permalink
Fix issue#2525 Make disabled button styles uniform (#2534)
Browse files Browse the repository at this point in the history
* Fix issue#2525 Make disabled button styles uniform

* Fixed issue-2525 updated CHANGELOG.md
  • Loading branch information
KarlaChen authored and ryankeairns committed Nov 15, 2019
1 parent 7a6cae3 commit bbae157
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ No public interface changes since `16.0.1`.
- Upgraded `react-ace` to `7.0.5` ([#2526](https://github.com/elastic/eui/pull/2526))

**Bug fixes**

- Fixed `EuiButton` disabled text color ([#2534](lhttps://github.com/elastic/eui/pull/2534))
- Created `.euiTableCaption` with `position: relative` to avoid double border under header row ([#2484](https://github.com/elastic/eui/pull/2484))
- Fixed `EuiSwitch` to use `aria-labelledby` ([#2522](https://github.com/elastic/eui/pull/2522))
- Fixed `EuiPanelProps` type definition ([#2516](https://github.com/elastic/eui/pull/2516))
Expand Down
1 change: 1 addition & 0 deletions src/components/button/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
}

&.euiButton--fill {
color: $euiColorGhost;
background-color: $euiButtonColorDisabled;
border-color: $euiButtonColorDisabled;

Expand Down

0 comments on commit bbae157

Please sign in to comment.