mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -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 {
|
||||
border-top: 1px solid;
|
||||
border-top-color: @sidebar-border;
|
||||
font-size: @sidebar-item-font-size;
|
||||
|
||||
|
@ -138,6 +137,5 @@
|
|||
|
||||
.index-pattern-selection .sidebar-item-title {
|
||||
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-color: @component-active-color;
|
||||
|
||||
@sidebar-index-pattern-selection-bg: @brand-primary;
|
||||
@sidebar-index-pattern-selection-color: @gray8;
|
||||
@sidebar-index-pattern-selection-bg: @white;
|
||||
|
||||
|
||||
// Discover ====================================================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue