mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Css tweak to dark theme, mark submenu carets (ie arrows) white, Fixes #1098
This commit is contained in:
@@ -575,3 +575,12 @@ a:hover {
|
|||||||
|
|
||||||
// MEDIA QUERIES
|
// MEDIA QUERIES
|
||||||
// -----------------------------------------------------
|
// -----------------------------------------------------
|
||||||
|
|
||||||
|
.caret {
|
||||||
|
color: @textColor
|
||||||
|
}
|
||||||
|
|
||||||
|
.dropdown-submenu > a:after {
|
||||||
|
border-left-color: @textColor;
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user