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
9469b20c
Commit
9469b20c
authored
Apr 14, 2016
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(graph): Fixed issue with light theme text color issue in tooltip, fixes #4702
parent
7302ddab
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
3 deletions
+9
-3
CHANGELOG.md
+6
-1
public/sass/_variables.light.scss
+1
-1
public/sass/components/_panel_graph.scss
+2
-1
No files found.
CHANGELOG.md
View file @
9469b20c
# 3.0.0-beta4 (unreleased)
# 3.0.0-beta5 ()
### Bug fixes
*
**Graph**
: Fixed issue with light theme text color issue in tooltip, fixes
[
#4702
](
https://github.com/grafana/grafana/issues/4702
)
# 3.0.0-beta4 (2016-04-13)
### Bug fixes
*
**Home dashboard**
: Fixed issue with permission denied error on home dashboard, fixes
[
#4686
](
https://github.com/grafana/grafana/issues/4686
)
...
...
public/sass/_variables.light.scss
View file @
9469b20c
...
...
@@ -281,7 +281,7 @@ $tooltipColor: $popover-help-color;
$tooltipBackground
:
$popover-help-bg
;
$tooltipArrowWidth
:
5px
;
$tooltipArrowColor
:
$tooltipBackground
;
$tooltipLinkColor
:
$link-color
;
$tooltipLinkColor
:
lighten
(
$popover-help-color
,
5%
)
;
$graph-tooltip-bg
:
$gray-5
;
// images
...
...
public/sass/components/_panel_graph.scss
View file @
9469b20c
...
...
@@ -236,6 +236,7 @@
white-space
:
nowrap
;
font-size
:
$font-size-sm
;
background-color
:
$graph-tooltip-bg
;
color
:
$text-color
;
.graph-tooltip-time
{
text-align
:
center
;
...
...
@@ -248,7 +249,7 @@
display
:
table-row
;
&
--highlight
{
color
:
$
link-color
;
color
:
$
text-color-emphasis
;
font-weight
:
bold
;
}
}
...
...
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