-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Replace custom margin style with EuiFlexGroup gutter * Replace custom padding style with EuiFlexGroup gutter * Remove custom wrapper around Loading on Overview page (alpha) * Replace custom range value output with EuiRange's showInput prop * Remove custom style I'll refer the correct handling of this to design pass * Remove "euiPanel--inset" className, as it doesn't do anything in Amsterdam theme * Remove unused className `euiPanel--noShadow` We're already using hasShadow={false} prop that does the same * Remove `euiPanel--outline` className, as it doesn't do anything in Amsterdam theme * Inline classNames declaration with the goal to remove them later They don't do anything in Amsterdam theme, but I'm not removing them to keep context for design pass. * Remove `eui-textNoWrap` className from buttons, as it's already included in button styles * Remove classNames with no styles attached * Replace custom padding in content_section with EuiSpacer * Remove source-row styles Most of the classNames were redundant and not needed anymore. The ones that were actually used were either replaced with EUI props or deleted, so we could apply EUI styles during design pass. * Replace source_icon styles with EUI components and props * Replace source-card icon styles with EUI prop * Remove className declarations with no styles attached to classes * Fix tests * Increase space between source overview panels * Use smaller icons on source prioritization and connectors pages * Invert SourceIcon default size and size provided via props The default size was "xxl", now it's "m". "m" size is default in EUI, so it's more consistent. * Get rid of as horizontal spacer
- Loading branch information
1 parent
74b6046
commit 1b65ea9
Showing
42 changed files
with
143 additions
and
290 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
10 changes: 0 additions & 10 deletions
10
...blic/applications/workplace_search/components/shared/content_section/content_section.scss
This file was deleted.
Oops, something went wrong.
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
22 changes: 0 additions & 22 deletions
22
...earch/public/applications/workplace_search/components/shared/source_icon/source_icon.scss
This file was deleted.
Oops, something went wrong.
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
15 changes: 0 additions & 15 deletions
15
..._search/public/applications/workplace_search/components/shared/source_row/source_row.scss
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.