mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Dashboard: Fix panel menu styling issues (#49806)
* Dashboard: Fix panel menu styling issues * remove !importants I added
This commit is contained in:
parent
d92625125b
commit
e0bb01aea6
@ -207,8 +207,8 @@
|
|||||||
// Right aligned dropdowns
|
// Right aligned dropdowns
|
||||||
// ---------------------------
|
// ---------------------------
|
||||||
.pull-right > .dropdown-menu {
|
.pull-right > .dropdown-menu {
|
||||||
right: 0;
|
left: 100%;
|
||||||
left: auto;
|
right: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Allow for dropdowns to go bottom up (aka, dropup-menu)
|
// Allow for dropdowns to go bottom up (aka, dropup-menu)
|
||||||
@ -243,7 +243,6 @@
|
|||||||
left: 100%;
|
left: 100%;
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
margin-left: -1px;
|
margin-left: -1px;
|
||||||
@include border-radius(0 6px 6px 6px);
|
|
||||||
}
|
}
|
||||||
.dropdown-submenu:hover > .dropdown-menu {
|
.dropdown-submenu:hover > .dropdown-menu {
|
||||||
display: block;
|
display: block;
|
||||||
@ -255,7 +254,6 @@
|
|||||||
bottom: 0;
|
bottom: 0;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
margin-bottom: -2px;
|
margin-bottom: -2px;
|
||||||
@include border-radius(5px 5px 5px 0);
|
|
||||||
}
|
}
|
||||||
// .dropdown-submenu > a::after {
|
// .dropdown-submenu > a::after {
|
||||||
// position: absolute;
|
// position: absolute;
|
||||||
@ -284,7 +282,6 @@
|
|||||||
left: -100%;
|
left: -100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-left: 2px;
|
margin-left: 2px;
|
||||||
@include border-radius(6px 0 6px 6px);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user