Commit fff5d715 by Marcus Efraimsson Committed by GitHub

Merge pull request #11721 from grafana/11677-missaligned-menu-carot

fix misalignment of unit and other drop downs in firefox
parents 4b73f677 99aa9a46
......@@ -256,17 +256,15 @@
// Caret to indicate there is a submenu
.dropdown-submenu > a::after {
display: block;
content: ' ';
float: right;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
border-width: 5px 0 5px 5px;
border-left-color: $text-color-weak;
margin-top: 5px;
margin-right: -4px;
position: absolute;
top: 35%;
right: $input-padding-x;
background-color: transparent;
color: $text-color-weak;
font: normal normal normal $font-size-sm/1 FontAwesome;
content: '\f0da';
pointer-events: none;
font-size: 11px;
}
.dropdown-submenu:hover > a::after {
border-left-color: $dropdownLinkColorHover;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment