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; -}