-
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
[Search Application] Update pageTemplate header to grey and rename nav item to "Search preview" #155795
Merged
saarikabhasi
merged 11 commits into
elastic:main
from
saarikabhasi:search-app-pageTemplate-cleanups
Apr 27, 2023
Merged
[Search Application] Update pageTemplate header to grey and rename nav item to "Search preview" #155795
Changes from 8 commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
62df460
update nav from Preview to Search Preview
saarikabhasi cc45e65
Merge branch 'main' of github.com:elastic/kibana into search-app-8.8-…
saarikabhasi 54f44de
Merge branch 'main' of github.com:elastic/kibana into search-app-8.8-…
saarikabhasi e120d84
Remove bottom border from nav and test color
saarikabhasi 0ab0b42
Updated color in wrapper
saarikabhasi f43d6a5
remove comments
saarikabhasi 24bc34f
Move header to pageSection
saarikabhasi f132216
Page template with scss
saarikabhasi 8741544
change background color shade and minor cleanup
saarikabhasi 0b3c896
Merge branch 'main' into search-app-pageTemplate-cleanups
saarikabhasi 1e5ee6e
Merge branch 'main' into search-app-pageTemplate-cleanups
saarikabhasi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
5 changes: 5 additions & 0 deletions
5
...c/applications/enterprise_search_content/components/engine/search_application_layout.scss
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,5 @@ | ||
|
||
.searchApplciationHeaderBackgroundColor { | ||
background-color: rgba(247, 248, 252, 1); | ||
|
||
} |
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can this be an variable from EUI? cc @daveyholler
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I couldn't find a EUI variable for "subdued". As per the design it's
useEuiBackgroundColor('subdued')
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should be able to use
$euiColorLightShade
for this. The color isn't actually calledsubdued
, but the light shade is the background color for a subdued panel.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think
$euiColorLightestShade
is closest tosubdued
as$euiColorLightShade
is little more of dark shadeThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Page with background color
$euiColorLightestShade
cc: @julianrosado WDYT?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤩 Beautiful!