Skip to content

Commit

Permalink
Remove 'pointer-events:none' for EuiButton&EuiButtonEmpty (#3824)
Browse files Browse the repository at this point in the history
* Removed 'pointer-events:none' for EuiButton&EuiButtonEmpty

* Updated CHANGELOG

* Removed whitespace in CHANGELOG.md
  • Loading branch information
TAYTS authored Jul 30, 2020
1 parent 7497b07 commit 5bfb9d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
## [`master`](https://github.com/elastic/eui/tree/master)

**Bug fixes**

- Fixed bug in all input fields placeholders in Safari that weren't vertically centered ([#3809](https://github.com/elastic/eui/pull/3809))
- Removed `pointer-events: none` in both `EuiButton` & `EuiButtonEmpty` to not override the `pointer-events: auto` in the button mixin `euiButtonContentDisabled` ([#3824](https://github.com/elastic/eui/pull/3824))

## [`27.3.0`](https://github.com/elastic/eui/tree/v27.3.0)

- Added possibility to hide "Rows per page" select in `EuiDataGrid` ([#3700](https://github.com/elastic/eui/pull/3700))
- Updated lodash to `v4.17.19` ([#3764](https://github.com/elastic/eui/pull/3764))
- Added `returnKey` glyph to `EuiIcon` ([#3783](https://github.com/elastic/eui/pull/3783))
- Added `type` prop to `EuiFieldPassword` to support toggling of obfuscation ([#3751](https://github.com/elastic/eui/pull/3751))

**Bug fixes**

- Fixed bug in `EuiDataGrid` not calculating the width correctly ([#3789](https://github.com/elastic/eui/pull/3789))
Expand Down
1 change: 0 additions & 1 deletion src/components/button/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@

color: $euiButtonColorDisabledText;
border-color: $euiButtonColorDisabled;
pointer-events: none;

&.euiButton--fill {
// Only increase the contrast of background color to text to 2.0 for disabled
Expand Down
1 change: 0 additions & 1 deletion src/components/button/button_empty/_button_empty.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
@include euiButtonContentDisabled;

color: $euiButtonColorDisabledText;
pointer-events: none;

&:focus {
background-color: transparent;
Expand Down

0 comments on commit 5bfb9d1

Please sign in to comment.