-
Notifications
You must be signed in to change notification settings - Fork 843
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[EuiTour] Fix
panelProps
overriding Emotion css + misc cleanup (#6298)
* [REVERT ME] QA testing * Fix passed `panelProps` overriding tour CSS * Fix `css` being passed to EuiTour and to panelProps not merging with euiTour css - this behavior is tbh a little confusing since the component classes target the popover panel, so i just merged both so that consumers could target either * [misc] DRY out repeated test props required for rendering * Styles cleanup - add euiCanAnimate to transition - flatten opacity CSS - flatten before psuedo selector * changelog * Revert "[REVERT ME] QA testing" This reverts commit d3776e5.
- Loading branch information
Constance
authored
Oct 6, 2022
1 parent
783fc6c
commit 1da9435
Showing
5 changed files
with
50 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
**Bug fixes** | ||
|
||
- Fixed a bug with `EuiTour` where passing any `panelProps` would cause the beacon to disappear |