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
50a043f5
Unverified
Commit
50a043f5
authored
Aug 02, 2019
by
kay delaney
Committed by
GitHub
Aug 02, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Frontend: Fixes hard-coded font-weight properties to use variables (#18350)
parent
f68b8b73
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
10 additions
and
10 deletions
+10
-10
packages/grafana-ui/src/components/Select/_Select.scss
+1
-1
packages/grafana-ui/src/components/TimePicker/_TimePicker.scss
+1
-1
packages/grafana-ui/src/components/Tooltip/_Tooltip.scss
+1
-1
public/sass/components/_modals.scss
+1
-1
public/sass/components/_panel_editor.scss
+1
-1
public/sass/components/_panel_pluginlist.scss
+1
-1
public/sass/components/_tooltip.scss
+1
-1
public/sass/pages/_explore.scss
+2
-2
public/sass/utils/_utils.scss
+1
-1
No files found.
packages/grafana-ui/src/components/Select/_Select.scss
View file @
50a043f5
...
@@ -180,7 +180,7 @@ $select-input-bg-disabled: $input-bg-disabled;
...
@@ -180,7 +180,7 @@ $select-input-bg-disabled: $input-bg-disabled;
flex-direction
:
column
;
flex-direction
:
column
;
flex-grow
:
1
;
flex-grow
:
1
;
padding-right
:
10px
;
padding-right
:
10px
;
font-weight
:
500
;
font-weight
:
$font-weight-semi-bold
;
}
}
.gf-form-select-box__desc-option__desc
{
.gf-form-select-box__desc-option__desc
{
...
...
packages/grafana-ui/src/components/TimePicker/_TimePicker.scss
View file @
50a043f5
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
color
:
$orange
;
color
:
$orange
;
font-size
:
75%
;
font-size
:
75%
;
padding
:
3px
;
padding
:
3px
;
font-weight
:
500
;
font-weight
:
$font-weight-semi-bold
;
margin-left
:
4px
;
margin-left
:
4px
;
position
:
relative
;
position
:
relative
;
}
}
...
...
packages/grafana-ui/src/components/Tooltip/_Tooltip.scss
View file @
50a043f5
...
@@ -28,7 +28,7 @@ $popper-margin-from-ref: 5px;
...
@@ -28,7 +28,7 @@ $popper-margin-from-ref: 5px;
box-shadow
:
0
0
2px
rgba
(
0
,
0
,
0
,
0
.5
);
box-shadow
:
0
0
2px
rgba
(
0
,
0
,
0
,
0
.5
);
padding
:
6px
10px
;
padding
:
6px
10px
;
color
:
$tooltipColor
;
color
:
$tooltipColor
;
font-weight
:
500
;
font-weight
:
$font-weight-semi-bold
;
.popper__arrow
{
.popper__arrow
{
border-color
:
$tooltipBackground
;
border-color
:
$tooltipBackground
;
...
...
public/sass/components/_modals.scss
View file @
50a043f5
...
@@ -157,7 +157,7 @@
...
@@ -157,7 +157,7 @@
margin-top
:
5px
;
margin-top
:
5px
;
strong
{
strong
{
color
:
$text-color-emphasis
;
color
:
$text-color-emphasis
;
font-weight
:
500
;
font-weight
:
$font-weight-semi-bold
;
}
}
}
}
...
...
public/sass/components/_panel_editor.scss
View file @
50a043f5
...
@@ -168,7 +168,7 @@
...
@@ -168,7 +168,7 @@
flex-direction
:
column
;
flex-direction
:
column
;
align-self
:
center
;
align-self
:
center
;
height
:
23px
;
height
:
23px
;
font-weight
:
500
;
font-weight
:
$font-weight-semi-bold
;
}
}
.viz-picker__item-img
{
.viz-picker__item-img
{
...
...
public/sass/components/_panel_pluginlist.scss
View file @
50a043f5
...
@@ -53,7 +53,7 @@
...
@@ -53,7 +53,7 @@
}
}
.pluginlist-emphasis
{
.pluginlist-emphasis
{
font-weight
:
600
;
font-weight
:
$font-weight-semi-bold
;
}
}
.pluginlist-none-installed
{
.pluginlist-none-installed
{
...
...
public/sass/components/_tooltip.scss
View file @
50a043f5
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
display
:
block
;
display
:
block
;
visibility
:
visible
;
visibility
:
visible
;
line-height
:
1
.4
;
line-height
:
1
.4
;
font-weight
:
500
;
font-weight
:
$font-weight-semi-bold
;
@include
opacity
(
0
);
@include
opacity
(
0
);
&
.in
{
&
.in
{
...
...
public/sass/pages/_explore.scss
View file @
50a043f5
...
@@ -179,7 +179,7 @@
...
@@ -179,7 +179,7 @@
}
}
.explore-panel__header-label
{
.explore-panel__header-label
{
font-weight
:
500
;
font-weight
:
$font-weight-semi-bold
;
margin-right
:
$space-sm
;
margin-right
:
$space-sm
;
font-size
:
$font-size-h6
;
font-size
:
$font-size-h6
;
box-shadow
:
$text-shadow-faint
;
box-shadow
:
$text-shadow-faint
;
...
@@ -364,7 +364,7 @@
...
@@ -364,7 +364,7 @@
.ReactTable
.rt-thead.-header
.rt-th
{
.ReactTable
.rt-thead.-header
.rt-th
{
text-align
:
left
;
text-align
:
left
;
color
:
$blue
;
color
:
$blue
;
font-weight
:
500
;
font-weight
:
$font-weight-semi-bold
;
}
}
.ReactTable
.rt-thead
.rt-td
,
.ReactTable
.rt-thead
.rt-td
,
.ReactTable
.rt-thead
.rt-th
{
.ReactTable
.rt-thead
.rt-th
{
...
...
public/sass/utils/_utils.scss
View file @
50a043f5
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
}
}
.emphasis-word
{
.emphasis-word
{
font-weight
:
500
;
font-weight
:
$font-weight-semi-bold
;
color
:
$text-color-emphasis
;
color
:
$text-color-emphasis
;
}
}
...
...
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