[ML] Fixing job management expanded rows in dark mode (#45159) (#45177)

* [ML] Fixing job management expanded rows in dark mode

* changed in management too
This commit is contained in:
James Gowdy 2019-09-09 22:12:13 +01:00 committed by GitHub
parent 6341714d82
commit 452ffbdf79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -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;
@ -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;

View file

@ -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;
@ -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;