Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
488e92e7
Commit
488e92e7
authored
Dec 11, 2018
by
Erik Sundell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wip: add basic option header
parent
70c2efd7
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
0 deletions
+18
-0
public/app/core/components/Picker/GroupHeading.tsx
+12
-0
public/sass/_grafana.scss
+1
-0
public/sass/components/_group-heading.scss
+5
-0
No files found.
public/app/core/components/Picker/GroupHeading.tsx
0 → 100644
View file @
488e92e7
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
;
public/sass/_grafana.scss
View file @
488e92e7
...
@@ -105,6 +105,7 @@
...
@@ -105,6 +105,7 @@
@import
'components/page_loader'
;
@import
'components/page_loader'
;
@import
'components/thresholds'
;
@import
'components/thresholds'
;
@import
'components/toggle_button_group'
;
@import
'components/toggle_button_group'
;
@import
'components/group-heading'
;
@import
'components/value-mappings'
;
@import
'components/value-mappings'
;
@import
'components/popover-box'
;
@import
'components/popover-box'
;
...
...
public/sass/components/_group-heading.scss
0 → 100644
View file @
488e92e7
.picker-option-group
{
cursor
:
default
;
font-weight
:
$lead-font-weight
;
color
:
$btn-primary-bg-hl
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment