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:
parent
de10bd4ef6
commit
dd398f73c2
@ -575,3 +575,12 @@ a:hover {
|
||||
|
||||
// MEDIA QUERIES
|
||||
// -----------------------------------------------------
|
||||
|
||||
.caret {
|
||||
color: @textColor
|
||||
}
|
||||
|
||||
.dropdown-submenu > a:after {
|
||||
border-left-color: @textColor;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user