Fix 5148 change index pattern styles back to what they once were

(cherry picked from commit ecd6a9c)
This commit is contained in:
Matthew Bargar 2015-10-20 16:45:43 -04:00
parent 5066473574
commit 252b18ccab
2 changed files with 1 additions and 4 deletions

View file

@ -27,7 +27,6 @@
}
.sidebar-item {
border-top: 1px solid;
border-top-color: @sidebar-border;
font-size: @sidebar-item-font-size;
@ -137,6 +136,5 @@
.index-pattern-selection .sidebar-item-title {
background-color: @sidebar-index-pattern-selection-bg;
color: @sidebar-index-pattern-selection-color;
}
}

View file

@ -31,8 +31,7 @@
@sidebar-active-hover-bg: @component-active-bg;
@sidebar-active-hover-color: @component-active-color;
@sidebar-index-pattern-selection-bg: @brand-primary;
@sidebar-index-pattern-selection-color: @gray8;
@sidebar-index-pattern-selection-bg: @white;
// Discover ====================================================================