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
6c093739
Commit
6c093739
authored
Nov 30, 2018
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: minor style changes, removed hover scale increase
parent
a6c4ba4d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
9 deletions
+2
-9
public/app/features/dashboard/dashgrid/DataSourcePicker.tsx
+0
-4
public/sass/_variables.dark.scss
+1
-1
public/sass/components/_panel_editor.scss
+0
-4
public/sass/pages/_dashboard.scss
+1
-0
No files found.
public/app/features/dashboard/dashgrid/DataSourcePicker.tsx
View file @
6c093739
...
...
@@ -79,10 +79,6 @@ export class DataSourcePicker extends PureComponent<Props, State> {
/>
<
i
className=
"gf-form-input-icon fa fa-search"
/>
</
label
>
<
div
className=
"p-l-1"
>
<
button
className=
"btn toggle-btn gf-form-btn active"
>
All
</
button
>
<
button
className=
"btn toggle-btn gf-form-btn"
>
Favorites
</
button
>
</
div
>
</>
);
}
...
...
public/sass/_variables.dark.scss
View file @
6c093739
...
...
@@ -79,7 +79,7 @@ $brand-gradient: linear-gradient(
);
$page-gradient
:
linear-gradient
(
180deg
,
#222426
10px
,
rgb
(
22
,
23
,
25
)
100px
);
$edit-gradient
:
linear-gradient
(
180deg
,
rgb
(
22
,
23
,
25
)
00px
,
#090909
60%
);
$edit-gradient
:
linear-gradient
(
180deg
,
rgb
(
22
,
23
,
25
)
50%
,
#090909
);
// Links
// -------------------------
...
...
public/sass/components/_panel_editor.scss
View file @
6c093739
...
...
@@ -159,8 +159,6 @@
transition
:
transform
1
ease
;
&
:hover
{
//background: $card-background-hover;
transform
:
scale
(
1
.05
);
box-shadow
:
$panel-editor-viz-item-shadow-hover
;
background
:
$panel-editor-viz-item-bg-hover
;
border
:
$panel-editor-viz-item-border-hover
;
...
...
@@ -171,7 +169,6 @@
border
:
1px
solid
$orange
;
&
:hover
{
transform
:
scale
(
1
.05
);
box-shadow
:
0
0
6px
$orange
;
border
:
1px
solid
$orange
;
background
:
$panel-editor-viz-item-bg-hover-active
;
...
...
@@ -269,7 +266,6 @@
&
:hover
{
background
:
$card-background-hover
;
transform
:
scaleY
(
1
.1
);
box-shadow
:
$panel-editor-viz-item-shadow-hover
;
background
:
$panel-editor-viz-item-bg-hover
;
border
:
$panel-editor-viz-item-border-hover
;
...
...
public/sass/pages/_dashboard.scss
View file @
6c093739
...
...
@@ -25,6 +25,7 @@ div.flot-text {
bottom
:
0
;
right
:
0
;
margin
:
0
;
.panel-container
{
border
:
none
;
z-index
:
$zindex-sidemenu
+
1
;
...
...
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