From 374846f1dba9b8cfefca1993eefd796def42ac79 Mon Sep 17 00:00:00 2001 From: Andrea Del Rio Date: Mon, 16 Mar 2020 20:32:21 -0700 Subject: [PATCH] remove unused file --- .../components/drilldown_hello_bar/drilldown_hello_bar.scss | 3 --- .../components/drilldown_hello_bar/drilldown_hello_bar.tsx | 1 - 2 files changed, 4 deletions(-) delete mode 100644 x-pack/plugins/drilldowns/public/components/drilldown_hello_bar/drilldown_hello_bar.scss diff --git a/x-pack/plugins/drilldowns/public/components/drilldown_hello_bar/drilldown_hello_bar.scss b/x-pack/plugins/drilldowns/public/components/drilldown_hello_bar/drilldown_hello_bar.scss deleted file mode 100644 index 8788b87b77ff2..0000000000000 --- a/x-pack/plugins/drilldowns/public/components/drilldown_hello_bar/drilldown_hello_bar.scss +++ /dev/null @@ -1,3 +0,0 @@ -// .drdHelloBar__content .euiFlexItem { -// margin: $euiSizeL; // increase spacing between elements -// } diff --git a/x-pack/plugins/drilldowns/public/components/drilldown_hello_bar/drilldown_hello_bar.tsx b/x-pack/plugins/drilldowns/public/components/drilldown_hello_bar/drilldown_hello_bar.tsx index 7cbf92c13fcbe..fb3a50eb77f2c 100644 --- a/x-pack/plugins/drilldowns/public/components/drilldown_hello_bar/drilldown_hello_bar.tsx +++ b/x-pack/plugins/drilldowns/public/components/drilldown_hello_bar/drilldown_hello_bar.tsx @@ -16,7 +16,6 @@ import { EuiButtonEmpty, EuiIcon, } from '@elastic/eui'; -import './drilldown_hello_bar.scss'; import { txtHideHelpButtonLabel, txtHelpText, txtViewDocsLinkLabel } from './i18n'; export interface DrilldownHelloBarProps {