Skip to content

Commit

Permalink
[ML] Fixing job management expanded rows in dark mode (elastic#45159)
Browse files Browse the repository at this point in the history
* [ML] Fixing job management expanded rows in dark mode

* changed in management too
  • Loading branch information
jgowdyelastic committed Sep 9, 2019
1 parent 8088448 commit 1475a5c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
.job-section {
overflow: auto;
padding: 5px 15px;
background-color: #FBFBFB;
border: 1px solid #ecf0f1;
background-color: $euiColorLightestShade;
border: 1px solid $euiColorLightShade;
border-radius: $euiBorderRadius;
margin: $euiSizeXS 0px;

Expand All @@ -43,7 +43,7 @@
.euiTableRow {
.euiTableRowCell {
vertical-align: top;
border-bottom: 1px solid #EEEEEE;
border-bottom: 1px solid $euiColorLightShade;

.euiTableCellContent__text {
word-wrap: break-word;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
.job-section {
overflow: auto;
padding: 5px 15px;
background-color: #FBFBFB;
border: 1px solid #ecf0f1;
background-color: $euiColorLightestShade;
border: 1px solid $euiColorLightShade;
border-radius: $euiBorderRadius;
margin: $euiSizeXS 0px;

Expand All @@ -43,7 +43,7 @@
.euiTableRow {
.euiTableRowCell {
vertical-align: top;
border-bottom: 1px solid #EEEEEE;
border-bottom: 1px solid $euiColorLightShade;

.euiTableCellContent__text {
word-wrap: break-word;
Expand Down

0 comments on commit 1475a5c

Please sign in to comment.