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
ebbbf170
Unverified
Commit
ebbbf170
authored
Apr 03, 2018
by
Daniel Lee
Committed by
GitHub
Apr 03, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #11463 from grafana/tabbed-close-btn-hover
Fix for tabbed-view btn in light theme
parents
8b2441e0
feb222f6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
public/sass/_variables.light.scss
+1
-2
public/sass/components/_tabbed_view.scss
+1
-1
No files found.
public/sass/_variables.light.scss
View file @
ebbbf170
...
...
@@ -59,9 +59,8 @@ $critical: #ec2128;
$body-bg
:
$gray-7
;
$page-bg
:
$gray-7
;
$body-color
:
$gray-1
;
//$text-color: $dark-4;
$text-color
:
$gray-1
;
$text-color-strong
:
$
white
;
$text-color-strong
:
$
dark-2
;
$text-color-weak
:
$gray-2
;
$text-color-faint
:
$gray-4
;
$text-color-emphasis
:
$dark-5
;
...
...
public/sass/components/_tabbed_view.scss
View file @
ebbbf170
...
...
@@ -43,7 +43,7 @@
font-size
:
120%
;
}
&
:hover
{
color
:
$
white
;
color
:
$
text-color-strong
;
}
}
...
...
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