Skip to content

Commit

Permalink
Dashboard dark-theme fixes (elastic#13690)
Browse files Browse the repository at this point in the history
* fix 13421 - filter overlay obscuring saved search table

* fix 13553 - Dashboard dark theme borders in edit mode don't appear
  • Loading branch information
nreese authored and chrisronline committed Dec 1, 2017
1 parent e629b25 commit de5863e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
18 changes: 8 additions & 10 deletions src/ui/public/styles/dark-theme.less
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,11 @@
}
}

.panel-default {
.panel--edit-mode {
border-color: @panel-default-border;
}

.panel-default {
& > .panel-heading {
color: @panel-default-text;
background-color: @panel-default-heading-bg;
Expand Down Expand Up @@ -262,6 +264,11 @@
}
}

.discover-table-row {
.docTableRowFilterButton {
background-color: @panel-bg;
}
}

// /src/ui/public/visualize/visualize.less
.visualize-show-spy {
Expand Down Expand Up @@ -578,15 +585,6 @@
}
}
}

// /src/ui/public/doc_table/doc_table.less
.discover-table-row {
td {
.table-cell-filter {
background-color: @panel-bg;
}
}
}
}

.theme-dark {
Expand Down
2 changes: 1 addition & 1 deletion src/ui/public/styles/dark-variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
@panel-inner-border: @dashboard-bg;

@panel-default-text: @brand-primary;
@panel-default-border: @dashboard-bg;
@panel-default-border: #8d8d8d;
@panel-default-heading-bg: @dashboard-bg;

@dashboard-panel-bg: @dashboard-bg;
Expand Down

0 comments on commit de5863e

Please sign in to comment.