Lots of progress on new panel edit menu, very tricky to get this right but think I am getting close to something that is good and will work long term

This commit is contained in:
Torkel Ödegaard
2014-09-23 22:10:10 +02:00
parent 1be840f19d
commit 6794260e3f
5 changed files with 141 additions and 199 deletions
+2 -1
View File
@@ -59,13 +59,13 @@
.panel-menu {
z-index: 10000;
width: 277px;
position: absolute;
background: @grafanaTargetFuncBackground;
border: 1px solid black;
top: -62px;
.panel-menu-row {
white-space: nowrap;
border-bottom: 1px solid black;
&:last-child {
border-bottom: none;
@@ -77,6 +77,7 @@
}
.panel-menu-link {
display: inline-block;
border-right: 1px solid black;
&:last-child {
border: none;