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
d3858d88
Commit
d3858d88
authored
Dec 13, 2017
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ux: fixed inactive view mode and removed animation
parent
d85405d5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
public/sass/components/_view_states.scss
+0
-5
No files found.
public/sass/components/_view_states.scss
View file @
d3858d88
...
...
@@ -17,29 +17,24 @@
.panel-info-corner--info
,
.panel-info-corner--links
{
opacity
:
0
;
transition
:
all
1
.5s
ease-in-out
1s
;
}
.navbar
{
box-shadow
:
none
;
background
:
transparent
;
padding-left
:
$side-menu-width
+
20px
;
}
.navbar-page-btn
{
border-color
:
transparent
;
background
:
transparent
;
transform
:
translate3d
(
-40px
,
0
,
0
);
transition
:
all
1
.5s
ease-in-out
1s
;
i
{
opacity
:
0
;
transition
:
all
1
.5s
ease-in-out
1s
;
}
}
.gf-timepicker-nav-btn
{
transform
:
translate3d
(
40px
,
0
,
0
);
transition
:
transform
1
.5s
ease-in-out
1s
;
}
}
...
...
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