Skip to content

Commit

Permalink
feat(theme): tab colors
Browse files Browse the repository at this point in the history
  • Loading branch information
giraykarasinir committed Oct 1, 2021
1 parent de34f96 commit ca763b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 17 deletions.
6 changes: 3 additions & 3 deletions src/styles/_jfDarkTheme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
}

.toolTabs label {
background-color: #394049;
background-color: #303339;
color: $white;
border-bottom: 1px solid #4C5360;

Expand Down Expand Up @@ -412,10 +412,10 @@
}

&:hover {
background-color: #3A69ED;
background-color: #6281DF;

.toolItem-icon {
background-color: $blue;
background-color: #7691E2;
color: $white;

.jfReportSVG {
Expand Down
14 changes: 0 additions & 14 deletions src/styles/_jfReportsMain.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,17 +80,3 @@ body {
right: calc(#{$right-pane-width} + 15px);
}
}

.jfReport:not(.black) {
&:before {
position: absolute;
left: 0;
right: 0;
content: "";
height: 5px;
z-index: 3;
pointer-events: none;
user-select: none;
background-color: rgba(106, 110, 143, 0.1);
}
}

0 comments on commit ca763b0

Please sign in to comment.