-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ES|QL] Improves the comments color in dark mode #203965
[ES|QL] Improves the comments color in dark mode #203965
Conversation
Pinging @elastic/kibana-esql (Team:ESQL) |
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Page load bundle
|
Starting backport for target branches: 8.x https://github.com/elastic/kibana/actions/runs/12295163735 |
💔 All backports failed
Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation |
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
## Summary Closes elastic#202152 Fixes the comments color in dark mode <img width="928" alt="image" src="https://github.com/user-attachments/assets/7d007cfa-f6d4-45e9-817d-57178c64d0a4" /> (cherry picked from commit 6921de3) # Conflicts: # packages/kbn-monaco/src/esql/lib/esql_theme.ts
…4055) # Backport This will backport the following commits from `main` to `8.x`: - [[ES|QL] Improves the comments color in dark mode (#203965)](#203965) <!--- Backport version: 8.9.8 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Stratoula Kalafateli","email":"efstratia.kalafateli@elastic.co"},"sourceCommit":{"committedDate":"2024-12-12T11:08:55Z","message":"[ES|QL] Improves the comments color in dark mode (#203965)\n\n## Summary\r\n\r\nCloses https://github.com/elastic/kibana/issues/202152\r\n\r\nFixes the comments color in dark mode \r\n\r\n<img width=\"928\" alt=\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/7d007cfa-f6d4-45e9-817d-57178c64d0a4\"\r\n/>","sha":"6921de34988b43614438f7ca318ed9f3f109b1d7","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","Feature:ES|QL","Team:ESQL","backport:version","v8.18.0"],"number":203965,"url":"https://github.com/elastic/kibana/pull/203965","mergeCommit":{"message":"[ES|QL] Improves the comments color in dark mode (#203965)\n\n## Summary\r\n\r\nCloses https://github.com/elastic/kibana/issues/202152\r\n\r\nFixes the comments color in dark mode \r\n\r\n<img width=\"928\" alt=\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/7d007cfa-f6d4-45e9-817d-57178c64d0a4\"\r\n/>","sha":"6921de34988b43614438f7ca318ed9f3f109b1d7"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","labelRegex":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/203965","number":203965,"mergeCommit":{"message":"[ES|QL] Improves the comments color in dark mode (#203965)\n\n## Summary\r\n\r\nCloses https://github.com/elastic/kibana/issues/202152\r\n\r\nFixes the comments color in dark mode \r\n\r\n<img width=\"928\" alt=\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/7d007cfa-f6d4-45e9-817d-57178c64d0a4\"\r\n/>","sha":"6921de34988b43614438f7ca318ed9f3f109b1d7"}},{"branch":"8.x","label":"v8.18.0","labelRegex":"^v8.18.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT-->
## Summary Closes elastic#202152 Fixes the comments color in dark mode <img width="928" alt="image" src="https://github.com/user-attachments/assets/7d007cfa-f6d4-45e9-817d-57178c64d0a4" />
Summary
Closes #202152
Fixes the comments color in dark mode