Skip to content

Commit

Permalink
[EuiAccordion] Remove will-change CSS (#6235)
Browse files Browse the repository at this point in the history
* [REVERT ME] test datagrid full screen bug when nested within accordion

* [EuiAccordion] Remove `will-change` CSS

* changelog

* [PR feedback] typo

* Revert "[REVERT ME] test datagrid full screen bug when nested within accordion"

This reverts commit 052e679.
  • Loading branch information
Constance authored Sep 19, 2022
1 parent f4e6cde commit ab2693a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/accordion/accordion.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ export const euiAccordionChildWrapperStyles = ({ euiTheme }: UseEuiTheme) => ({
${euiTheme.animation.resistance},
opacity ${euiTheme.animation.normal} ${euiTheme.animation.resistance};
visibility: hidden;
will-change: opacity, visibility, ${logicals.height};
&:focus {
outline: none; // Hide focus ring because of tabindex=-1 on Safari
Expand Down
3 changes: 3 additions & 0 deletions upcoming_changelogs/6235.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
**Bug fixes**

- Fixed `EuiDataGrid`'s broken fullscreen mode when nested within an `EuiAccordion`

0 comments on commit ab2693a

Please sign in to comment.