forked from elastic/eui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[EuiBetaBadge] fix beta badge placement when no tooltip content is sp…
…ecified (elastic#6326) * Fix the styling of EuiCard when betaBageProps is present but lacks tooltipContent * REVERT ME * changelog * Revert "REVERT ME" This reverts commit e1ca632.
- Loading branch information
1 parent
fb78e6f
commit aa96323
Showing
5 changed files
with
103 additions
and
71 deletions.
There are no files selected for viewing
76 changes: 44 additions & 32 deletions
76
src/components/badge/beta_badge/__snapshots__/beta_badge.test.tsx.snap
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 `EuiBetaBadge` to always respect its `anchorProps` values, including when there is no tooltip content |