forked from elastic/kibana
-
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.
[8.9] Fix theming for error toasts (elastic#160219) (elastic#160765)
# Backport This will backport the following commits from `main` to `8.9`: - [Fix theming for error toasts (elastic#160219)](elastic#160219) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Lukas Olson","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-06-28T14:58:33Z","message":"Fix theming for error toasts (elastic#160219)\n\n## Summary\r\n\r\nFixes https://github.com/elastic/kibana/issues/159153.\r\n\r\nApplies the current theme (dark/light) to error toasts.\r\n\r\nBefore:\r\n\r\n\r\n![image](https://github.com/elastic/kibana/assets/1178348/b0a05412-3e07-4980-b3e8-8dcdb602119f)\r\n\r\nAfter:\r\n\r\n\r\n![image](https://github.com/elastic/kibana/assets/1178348/96bbaf58-25a6-47a3-b9ba-b3caf7a90cd9)","sha":"1223c3f55f5f6d9cd36e8cc55aa46005073cdd3f","branchLabelMapping":{"^v8.10.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Core","release_note:fix","Team:DataDiscovery","v8.9.0","v8.10.0"],"number":160219,"url":"https://github.com/elastic/kibana/pull/160219","mergeCommit":{"message":"Fix theming for error toasts (elastic#160219)\n\n## Summary\r\n\r\nFixes https://github.com/elastic/kibana/issues/159153.\r\n\r\nApplies the current theme (dark/light) to error toasts.\r\n\r\nBefore:\r\n\r\n\r\n![image](https://github.com/elastic/kibana/assets/1178348/b0a05412-3e07-4980-b3e8-8dcdb602119f)\r\n\r\nAfter:\r\n\r\n\r\n![image](https://github.com/elastic/kibana/assets/1178348/96bbaf58-25a6-47a3-b9ba-b3caf7a90cd9)","sha":"1223c3f55f5f6d9cd36e8cc55aa46005073cdd3f"}},"sourceBranch":"main","suggestedTargetBranches":["8.9"],"targetPullRequestStates":[{"branch":"8.9","label":"v8.9.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.10.0","labelRegex":"^v8.10.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/160219","number":160219,"mergeCommit":{"message":"Fix theming for error toasts (elastic#160219)\n\n## Summary\r\n\r\nFixes https://github.com/elastic/kibana/issues/159153.\r\n\r\nApplies the current theme (dark/light) to error toasts.\r\n\r\nBefore:\r\n\r\n\r\n![image](https://github.com/elastic/kibana/assets/1178348/b0a05412-3e07-4980-b3e8-8dcdb602119f)\r\n\r\nAfter:\r\n\r\n\r\n![image](https://github.com/elastic/kibana/assets/1178348/96bbaf58-25a6-47a3-b9ba-b3caf7a90cd9)","sha":"1223c3f55f5f6d9cd36e8cc55aa46005073cdd3f"}}]}] BACKPORT--> Co-authored-by: Lukas Olson <[email protected]>
- Loading branch information
1 parent
8840872
commit 524dc02
Showing
6 changed files
with
63 additions
and
40 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
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