remove old group heading

This commit is contained in:
Erik Sundell
2019-01-07 11:26:04 +01:00
parent 07f0d90718
commit 793d3d9afa
3 changed files with 0 additions and 19 deletions
@@ -1,12 +0,0 @@
import React from 'react';
import { components } from 'react-select';
export const GroupHeading = props => {
return (
<label className="description-picker-option__button btn picker-option-group">
<components.GroupHeading {...props} />
</label>
);
};
export default GroupHeading;
-1
View File
@@ -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';
@@ -1,6 +0,0 @@
.picker-option-group {
cursor: default;
color: $text-color-weak;
font-size: $font-size-sm;
font-weight: $lead-font-weight;
}