mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Reverting to APM style override for chart gridlines
This commit is contained in:
parent
3cd996032b
commit
23aaaee6ad
1 changed files with 9 additions and 0 deletions
|
@ -23,3 +23,12 @@ Hide the "0-10 of 100" text in KUIPager component for all KUIControlledTable
|
|||
.kuiControlledTable .kuiPagerText {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/*
|
||||
Hide default dashed gridlines in EUI chart component for all APM graphs
|
||||
*/
|
||||
|
||||
.rv-xy-plot__grid-lines__line {
|
||||
stroke-opacity: 1;
|
||||
stroke-dasharray: 1;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue