mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
ux(dashboard): minor fix so hide controls hide panel resize handles
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
.dash-row-menu {
|
||||
display: none;
|
||||
}
|
||||
.resize-panel-handle,
|
||||
.panel-drop-zone {
|
||||
visibility: hidden;
|
||||
}
|
||||
@@ -207,7 +208,15 @@ div.flot-text {
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
display: block;
|
||||
color: $panel-bg;
|
||||
color: $text-color-faint;
|
||||
overflow: hidden;
|
||||
|
||||
&:before {
|
||||
left: initial;
|
||||
right: -5px;
|
||||
bottom: 0px;
|
||||
position: absolute;
|
||||
}
|
||||
}
|
||||
|
||||
.dashboard-header {
|
||||
@@ -221,13 +230,4 @@ div.flot-text {
|
||||
}
|
||||
}
|
||||
|
||||
.resize-panel-handle {
|
||||
color: $text-color-faint;
|
||||
overflow: hidden;
|
||||
&:before {
|
||||
left: initial;
|
||||
right: -5px;
|
||||
bottom: 0px;
|
||||
position: absolute;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user