mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
parent
b1cf4cf01c
commit
0573545d5a
@ -33,7 +33,7 @@
|
|||||||
border-top: 4px solid $text-color-weak;
|
border-top: 4px solid $text-color-weak;
|
||||||
border-right: 4px solid transparent;
|
border-right: 4px solid transparent;
|
||||||
border-left: 4px solid transparent;
|
border-left: 4px solid transparent;
|
||||||
content: "";
|
content: '';
|
||||||
}
|
}
|
||||||
|
|
||||||
// Place the caret
|
// Place the caret
|
||||||
@ -218,7 +218,7 @@
|
|||||||
.caret {
|
.caret {
|
||||||
border-top: 0;
|
border-top: 0;
|
||||||
border-bottom: 4px solid $black;
|
border-bottom: 4px solid $black;
|
||||||
content: "";
|
content: '';
|
||||||
}
|
}
|
||||||
// Different positioning for bottom up menu
|
// Different positioning for bottom up menu
|
||||||
.dropdown-menu {
|
.dropdown-menu {
|
||||||
@ -255,9 +255,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Caret to indicate there is a submenu
|
// Caret to indicate there is a submenu
|
||||||
.dropdown-submenu > a::after {
|
.dropdown-submenu > a::before {
|
||||||
display: block;
|
display: block;
|
||||||
content: " ";
|
content: ' ';
|
||||||
float: right;
|
float: right;
|
||||||
width: 0;
|
width: 0;
|
||||||
height: 0;
|
height: 0;
|
||||||
@ -312,7 +312,7 @@
|
|||||||
width: 2rem;
|
width: 2rem;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
content: "\f11c";
|
content: '\f11c';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user