Commit 488e92e7 by Erik Sundell

wip: add basic option header

parent 70c2efd7
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;
......@@ -105,6 +105,7 @@
@import 'components/page_loader';
@import 'components/thresholds';
@import 'components/toggle_button_group';
@import 'components/group-heading';
@import 'components/value-mappings';
@import 'components/popover-box';
......
.picker-option-group {
cursor: default;
font-weight: $lead-font-weight;
color: $btn-primary-bg-hl;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment