mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Merge pull request #12107 from grafana/davkal/11771-hide-gridcontrols
Fix CSS to hide grid controls in fullscreen/low-activity views
This commit is contained in:
commit
d2296d332e
@ -18,6 +18,20 @@
|
|||||||
height: 100% !important;
|
height: 100% !important;
|
||||||
transform: translate(0px, 0px) !important;
|
transform: translate(0px, 0px) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Disable grid interaction indicators in fullscreen panels
|
||||||
|
|
||||||
|
.panel-header:hover {
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
.panel-title-container {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
.react-resizable-handle {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@include media-breakpoint-down(sm) {
|
@include media-breakpoint-down(sm) {
|
||||||
|
@ -10,7 +10,8 @@
|
|||||||
|
|
||||||
.playlist-active,
|
.playlist-active,
|
||||||
.user-activity-low {
|
.user-activity-low {
|
||||||
.react-resizable-handle .add-row-panel-hint,
|
.react-resizable-handle,
|
||||||
|
.add-row-panel-hint,
|
||||||
.dash-row-menu-container,
|
.dash-row-menu-container,
|
||||||
.navbar-button--refresh,
|
.navbar-button--refresh,
|
||||||
.navbar-buttons--zoom,
|
.navbar-buttons--zoom,
|
||||||
|
Loading…
Reference in New Issue
Block a user