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
a9cf7cd4
Commit
a9cf7cd4
authored
Aug 01, 2016
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(light theme): fixes issue with hidden queries in light theme, fixes #5697
parent
44d13934
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
public/sass/_variables.light.scss
+2
-2
public/sass/components/_switch.scss
+1
-1
No files found.
public/sass/_variables.light.scss
View file @
a9cf7cd4
...
...
@@ -60,8 +60,8 @@ $page-bg: $white;
$body-color
:
$gray-1
;
$text-color
:
$gray-1
;
$text-color-strong
:
$white
;
$text-color-weak
:
$gray-
1
;
$text-color-faint
:
$gray-
3
;
$text-color-weak
:
$gray-
3
;
$text-color-faint
:
$gray-
4
;
$text-color-emphasis
:
$dark-5
;
$text-shadow-strong
:
none
;
...
...
public/sass/components/_switch.scss
View file @
a9cf7cd4
...
...
@@ -64,7 +64,7 @@ $switch-height: 1.5rem;
input
+
label
:
:
before
{
font-family
:
'FontAwesome'
;
content
:
"\f096"
;
// square-o
color
:
$text-color-
faint
;
color
:
$text-color-
weak
;
transition
:
transform
0
.4s
;
backface-visibility
:
hidden
;
text-shadow
:
$text-shadow-faint
;
...
...
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