mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
ux: fixed inactive view mode and removed animation
This commit is contained in:
parent
d85405d5b5
commit
d3858d8847
@ -17,29 +17,24 @@
|
|||||||
.panel-info-corner--info,
|
.panel-info-corner--info,
|
||||||
.panel-info-corner--links {
|
.panel-info-corner--links {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transition: all 1.5s ease-in-out 1s;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar {
|
.navbar {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
padding-left: $side-menu-width + 20px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-page-btn {
|
.navbar-page-btn {
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
transform: translate3d(-40px, 0, 0);
|
transform: translate3d(-40px, 0, 0);
|
||||||
transition: all 1.5s ease-in-out 1s;
|
|
||||||
i {
|
i {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transition: all 1.5s ease-in-out 1s;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.gf-timepicker-nav-btn {
|
.gf-timepicker-nav-btn {
|
||||||
transform: translate3d(40px, 0, 0);
|
transform: translate3d(40px, 0, 0);
|
||||||
transition: transform 1.5s ease-in-out 1s;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user