mirror of
https://github.com/elastic/kibana.git
synced 2025-04-20 16:03:20 -04:00
Fix 5148 change index pattern styles back to what they once were
This commit is contained in:
parent
fce1637844
commit
ecd6a9c6ff
2 changed files with 1 additions and 4 deletions
|
@ -27,7 +27,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar-item {
|
.sidebar-item {
|
||||||
border-top: 1px solid;
|
|
||||||
border-top-color: @sidebar-border;
|
border-top-color: @sidebar-border;
|
||||||
font-size: @sidebar-item-font-size;
|
font-size: @sidebar-item-font-size;
|
||||||
|
|
||||||
|
@ -138,6 +137,5 @@
|
||||||
|
|
||||||
.index-pattern-selection .sidebar-item-title {
|
.index-pattern-selection .sidebar-item-title {
|
||||||
background-color: @sidebar-index-pattern-selection-bg;
|
background-color: @sidebar-index-pattern-selection-bg;
|
||||||
color: @sidebar-index-pattern-selection-color;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -31,8 +31,7 @@
|
||||||
@sidebar-active-hover-bg: @component-active-bg;
|
@sidebar-active-hover-bg: @component-active-bg;
|
||||||
@sidebar-active-hover-color: @component-active-color;
|
@sidebar-active-hover-color: @component-active-color;
|
||||||
|
|
||||||
@sidebar-index-pattern-selection-bg: @brand-primary;
|
@sidebar-index-pattern-selection-bg: @white;
|
||||||
@sidebar-index-pattern-selection-color: @gray8;
|
|
||||||
|
|
||||||
|
|
||||||
// Discover ====================================================================
|
// Discover ====================================================================
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue