mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 16:15:42 -06:00
remove old group heading
This commit is contained in:
parent
8430c5a491
commit
ea1ce578ff
@ -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;
|
@ -103,7 +103,6 @@
|
||||
@import 'components/page_loader';
|
||||
@import 'components/thresholds';
|
||||
@import 'components/toggle_button_group';
|
||||
@import 'components/group-heading';
|
||||
@import 'components/value-mappings';
|
||||
|
||||
// PAGES
|
||||
|
@ -1,6 +0,0 @@
|
||||
.picker-option-group {
|
||||
cursor: default;
|
||||
color: $text-color-weak;
|
||||
font-size: $font-size-sm;
|
||||
font-weight: $lead-font-weight;
|
||||
}
|
Loading…
Reference in New Issue
Block a user