Custom link colour option for top banner#214241
Merged
paulinashakirova merged 5 commits intoelastic:mainfrom Mar 25, 2025
Merged
Custom link colour option for top banner#214241paulinashakirova merged 5 commits intoelastic:mainfrom
paulinashakirova merged 5 commits intoelastic:mainfrom
Conversation
Contributor
|
Pinging @elastic/appex-sharedux (Team:SharedUX) |
| `xpack.banners.textColor` | ||
| : The color for the banner text. Defaults to `#8A6A0A`. | ||
|
|
||
| `xpack.banners.linkColor` |
Contributor
Author
There was a problem hiding this comment.
I checked - set up this setting in kibana.dev.yml and when i ran the project - it defaulted to a colour I defined in .yml file.
sabarasaba
approved these changes
Mar 20, 2025
Member
sabarasaba
left a comment
There was a problem hiding this comment.
kibana management changes lgtm
ddillinger
approved these changes
Mar 20, 2025
Contributor
ddillinger
left a comment
There was a problem hiding this comment.
telemetry schema change ✅
ryankeairns
reviewed
Mar 21, 2025
Dosant
approved these changes
Mar 25, 2025
ryankeairns
approved these changes
Mar 25, 2025
Contributor
ryankeairns
left a comment
There was a problem hiding this comment.
LGTM, thanks for the change!
Contributor
💚 Build Succeeded
Metrics [docs]Module Count
Public APIs missing comments
Page load bundle
Unknown metric groupsAPI count
History
|
cqliu1
pushed a commit
to cqliu1/kibana
that referenced
this pull request
Mar 31, 2025
This PR resolves [Link color in banner shown in blue and not the defined color](elastic#206266) issue. Now there is a new option added that applies custom color specifically for links, and can be fully customized. - Updated documentation - in Cloud - advanced-settings - configuration - Added to plugins - kibana_usage - telemetry - Implemented new 'linkColor' property for the banners - Updated functional tests
florent-leborgne
added a commit
to florent-leborgne/kibana
that referenced
this pull request
Jul 25, 2025
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR resolves Link color in banner shown in blue and not the defined color issue.
Now there is a new option added that appllies custom colour specifically for links, and can be fully customized.