mirror of
https://github.com/grafana/grafana.git
synced 2025-01-08 07:03:11 -06:00
replaced border hack carot with fontawesome carot fixes #11677
This commit is contained in:
parent
1290087b78
commit
99aa9a46bc
@ -256,17 +256,15 @@
|
|||||||
|
|
||||||
// Caret to indicate there is a submenu
|
// Caret to indicate there is a submenu
|
||||||
.dropdown-submenu > a::after {
|
.dropdown-submenu > a::after {
|
||||||
display: block;
|
position: absolute;
|
||||||
content: ' ';
|
top: 35%;
|
||||||
float: right;
|
right: $input-padding-x;
|
||||||
width: 0;
|
background-color: transparent;
|
||||||
height: 0;
|
color: $text-color-weak;
|
||||||
border-color: transparent;
|
font: normal normal normal $font-size-sm/1 FontAwesome;
|
||||||
border-style: solid;
|
content: '\f0da';
|
||||||
border-width: 5px 0 5px 5px;
|
pointer-events: none;
|
||||||
border-left-color: $text-color-weak;
|
font-size: 11px;
|
||||||
margin-top: 5px;
|
|
||||||
margin-right: -4px;
|
|
||||||
}
|
}
|
||||||
.dropdown-submenu:hover > a::after {
|
.dropdown-submenu:hover > a::after {
|
||||||
border-left-color: $dropdownLinkColorHover;
|
border-left-color: $dropdownLinkColorHover;
|
||||||
|
Loading…
Reference in New Issue
Block a user