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
9b39dbc2
Unverified
Commit
9b39dbc2
authored
Apr 07, 2019
by
Torkel Ödegaard
Committed by
GitHub
Apr 07, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Graph: Fixed tooltip highlight on white theme (#16429)
Fixes #16359
parent
78ef1719
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
packages/grafana-ui/src/themes/light.ts
+1
-1
public/sass/_variables.light.generated.scss
+1
-1
No files found.
packages/grafana-ui/src/themes/light.ts
View file @
9b39dbc2
...
...
@@ -65,7 +65,7 @@ const lightTheme: GrafanaTheme = {
text
:
basicColors
.
gray1
,
textStrong
:
basicColors
.
dark2
,
textWeak
:
basicColors
.
gray2
,
textEmphasis
:
basicColors
.
gray
5
,
textEmphasis
:
basicColors
.
dark
5
,
textFaint
:
basicColors
.
dark4
,
link
:
basicColors
.
gray1
,
linkDisabled
:
new
tinycolor
(
basicColors
.
gray1
).
lighten
(
30
).
toString
(),
...
...
public/sass/_variables.light.generated.scss
View file @
9b39dbc2
...
...
@@ -76,7 +76,7 @@ $text-color: #52545c;
$text-color-strong
:
#41444b
;
$text-color-weak
:
#767980
;
$text-color-faint
:
#35373f
;
$text-color-emphasis
:
#
dde4ed
;
$text-color-emphasis
:
#
41444b
;
$text-shadow-faint
:
none
;
...
...
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