From 566001aaf27cca19b6ef3c465d5ba60e2ff60756 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Tue, 18 Dec 2018 11:26:42 +0100 Subject: [PATCH] remove old group heading --- public/app/core/components/Picker/GroupHeading.tsx | 12 ------------ public/sass/_grafana.scss | 1 - public/sass/components/_group-heading.scss | 6 ------ 3 files changed, 19 deletions(-) delete mode 100644 public/app/core/components/Picker/GroupHeading.tsx delete mode 100644 public/sass/components/_group-heading.scss diff --git a/public/app/core/components/Picker/GroupHeading.tsx b/public/app/core/components/Picker/GroupHeading.tsx deleted file mode 100644 index 76012ed3e7f..00000000000 --- a/public/app/core/components/Picker/GroupHeading.tsx +++ /dev/null @@ -1,12 +0,0 @@ -import React from 'react'; -import { components } from 'react-select'; - -export const GroupHeading = props => { - return ( - - ); -}; - -export default GroupHeading; diff --git a/public/sass/_grafana.scss b/public/sass/_grafana.scss index 3acb76e960d..404a212241b 100644 --- a/public/sass/_grafana.scss +++ b/public/sass/_grafana.scss @@ -105,7 +105,6 @@ @import 'components/page_loader'; @import 'components/thresholds'; @import 'components/toggle_button_group'; -@import 'components/group-heading'; @import 'components/value-mappings'; @import 'components/popover-box'; diff --git a/public/sass/components/_group-heading.scss b/public/sass/components/_group-heading.scss deleted file mode 100644 index 8fc39c0dc2a..00000000000 --- a/public/sass/components/_group-heading.scss +++ /dev/null @@ -1,6 +0,0 @@ -.picker-option-group { - cursor: default; - color: $text-color-weak; - font-size: $font-size-sm; - font-weight: $lead-font-weight; -}