Skip to content

Commit

Permalink
fix(dark-theme): update tab backgrounds for accordions
Browse files Browse the repository at this point in the history
  • Loading branch information
sercanscott committed Oct 2, 2021
1 parent 24bfeea commit 9d0c40c
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions src/styles/_jfDarkTheme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
}

.jfReportAccordion label {
background-color: #394049;
background-color: #303339;
border-bottom-color: #4C5360;
color: $white;

Expand Down Expand Up @@ -535,7 +535,14 @@
}
}
}
}
.jfReport-pane-footer {
background-color: #404651;

.jfReportPalette {
label.toolSectionTitle {
color: $white;
}
}

.jfReport-pane-footer {
background-color: #404651;
}
}

0 comments on commit 9d0c40c

Please sign in to comment.