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
c980efd4
Commit
c980efd4
authored
Nov 16, 2016
by
Dan Cech
Committed by
Torkel Ödegaard
Nov 16, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix up sass lint warnings (#6603)
parent
eacb7c8a
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
11 deletions
+11
-11
public/sass/components/_gfbox.scss
+1
-1
public/sass/components/_row.scss
+1
-2
public/sass/components/_shortcuts.scss
+2
-2
public/sass/components/_submenu.scss
+6
-5
public/sass/components/_tabbed_view.scss
+1
-1
No files found.
public/sass/components/_gfbox.scss
View file @
c980efd4
...
...
@@ -16,10 +16,10 @@
background-color
:
transparent
;
border
:
none
;
padding
:
8px
;
color
:
$text-color
;
i
{
font-size
:
120%
;
}
color
:
$text-color
;
&
:hover
{
color
:
$white
;
}
...
...
public/sass/components/_row.scss
View file @
c980efd4
...
...
@@ -74,12 +74,11 @@
.add-panel-panels-scroll
{
width
:
100%
;
overflow
:
auto
;
-ms-overflow-style
:
none
;
&
:
:-
webkit-scrollbar
{
display
:
none
}
-ms-overflow-style
:
none
;
}
.add-panel-panels
{
...
...
public/sass/components/_shortcuts.scss
View file @
c980efd4
...
...
@@ -6,6 +6,8 @@
}
.shortcut-table
{
margin-bottom
:
$spacer
;
.shortcut-table-category-header
{
font-weight
:
normal
;
font-size
:
$font-size-h6
;
...
...
@@ -26,8 +28,6 @@
text-align
:
right
;
color
:
$text-color
;
}
margin-bottom
:
$spacer
;
}
.shortcut-table-key
{
...
...
public/sass/components/_submenu.scss
View file @
c980efd4
...
...
@@ -7,11 +7,12 @@
}
.annotation-segment
{
padding
:
8px
7px
;
label
.cr1
{
margin-left
:
5px
;
margin-top
:
3px
;
}
padding
:
8px
7px
;
}
.submenu-item
{
...
...
@@ -31,14 +32,14 @@
.variable-value-link
{
padding-right
:
10px
;
.label-tag
{
margin
:
0
5px
;
}
padding
:
8px
7px
;
box-sizing
:
content-box
;
display
:
inline-block
;
color
:
$text-color
;
.label-tag
{
margin
:
0
5px
;
}
}
.variable-link-wrapper
{
...
...
public/sass/components/_tabbed_view.scss
View file @
c980efd4
...
...
@@ -38,10 +38,10 @@
background-color
:
transparent
;
border
:
none
;
padding
:
(
$tabs-padding-top
+
$tabs-top-margin
)
$spacer
$tabs-padding-bottom
;
color
:
$text-color
;
i
{
font-size
:
120%
;
}
color
:
$text-color
;
&
:hover
{
color
:
$white
;
}
...
...
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