Skip to content

Commit

Permalink
[ML] Datagrid: Ensure column content with 'boolean' schema is not cap…
Browse files Browse the repository at this point in the history
…italized (#80041) (#80237)

* overwrite css capitalization of boolean schema columns

* update css
  • Loading branch information
alvarezmelissa87 authored Oct 13, 2020
1 parent 8101692 commit 3ab82c8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.mlDataGrid {
.euiDataGridRowCell--boolean {
text-transform: none;
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ import { TopClasses } from '../../../../common/types/feature_importance';
import { DEFAULT_RESULTS_FIELD } from '../../../../common/constants/data_frame_analytics';
import { DataFrameAnalysisConfigType } from '../../../../common/types/data_frame_analytics';

import './data_grid.scss';
// TODO Fix row hovering + bar highlighting
// import { hoveredRow$ } from './column_chart';

Expand Down

0 comments on commit 3ab82c8

Please sign in to comment.