-
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.
[Discover] Replace font awesome icons with Eui (#103503)
* [Discover] replace font awesome icons with eui * [Discover] fix eslint * [Discover] fix tests, update icon styles * [Discover] fix eslint * [Discover] fix functional related to awe icons * [Discover] add empty line for scss file * [Discover] fix eslint * [Discover] simplify testSubjects * Update src/plugins/discover/public/application/angular/doc_table/components/pager/tool_bar_pager_buttons.tsx Co-authored-by: Andrea Del Rio <delrio.andre@gmail.com> * Update src/plugins/discover/public/application/angular/doc_table/components/pager/tool_bar_pager_buttons.tsx Co-authored-by: Andrea Del Rio <delrio.andre@gmail.com> * [Discover] fix icons appearing problem * [Discover] update test * [Discover] remove redundant styles * [Discover] update test snapshot * Update src/plugins/discover/public/application/angular/doc_table/components/table_header/table_header_column.tsx Co-authored-by: Tim Roes <mail@timroes.de> * [Discover] change tool bar text size * [Discover] update test * [Discover] replace button with EuiButton Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Andrea Del Rio <delrio.andre@gmail.com> Co-authored-by: Tim Roes <mail@timroes.de>
- Loading branch information
1 parent
a09fcf0
commit 484998c
Showing
16 changed files
with
307 additions
and
162 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
50 changes: 29 additions & 21 deletions
50
...ion/angular/doc_table/components/pager/__snapshots__/tool_bar_pager_buttons.test.tsx.snap
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...cation/angular/doc_table/components/pager/__snapshots__/tool_bar_pager_text.test.tsx.snap
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
5 changes: 5 additions & 0 deletions
5
...s/discover/public/application/angular/doc_table/components/pager/tool_bar_pager_text.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 @@ | ||
.kbnDocTable__toolBarText { | ||
line-height: $euiLineHeight; | ||
color: #69707D; | ||
white-space: nowrap; | ||
} |
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.