Skip to content

Commit

Permalink
Cleanup after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
davismcphee committed Nov 27, 2023
1 parent 90b60e7 commit 5fad331
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ import {
} from '@elastic/eui';
import { css } from '@emotion/react';
import type { DataView, DataViewField } from '@kbn/data-views-plugin/common';
import { formatFieldValue, getFieldTypeName } from '@kbn/discover-utils';
import { formatFieldValue } from '@kbn/discover-utils';
import type { DataTableRecord } from '@kbn/discover-utils/types';
import type { FieldFormatsStart } from '@kbn/field-formats-plugin/public';
import { getFieldTypeName } from '@kbn/field-utils';
import { FieldIcon } from '@kbn/react-field';
import { euiThemeVars } from '@kbn/ui-theme';
import { Change, diffChars, diffLines, diffWords } from 'diff';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@
background: transparent;
}

.euiDataGrid__controls {
border-top: $euiBorderThin;
}

.euiDataGrid--headerUnderline .euiDataGridHeaderCell {
border-bottom: $euiBorderThin;
}
Expand Down
2 changes: 0 additions & 2 deletions packages/kbn-unified-data-table/src/components/data_table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ import type { FieldFormatsStart } from '@kbn/field-formats-plugin/public';
import type { ThemeServiceStart } from '@kbn/react-kibana-context-common';
import type { DataPublicPluginStart } from '@kbn/data-plugin/public';
import type { DocViewFilterFn } from '@kbn/unified-doc-viewer/types';
import type { UnifiedDataTableSettings, ValueToStringConverter } from '../types';
import { getFieldTypeName } from '@kbn/field-utils';
import type {
UnifiedDataTableSettings,
ValueToStringConverter,
Expand Down

0 comments on commit 5fad331

Please sign in to comment.