Skip to content

Commit

Permalink
Closes #6212
Browse files Browse the repository at this point in the history
- Normalized color styles.
  • Loading branch information
charlesh88 committed Jan 27, 2023
1 parent d20c2a3 commit 17272d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/styles/_constants-espresso.scss
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ $colorItemTreeHoverBg: rgba(#fff, 0.1);
$colorItemTreeHoverFg: #fff;
$colorItemTreeIcon: $colorKey; // Used
$colorItemTreeIconHover: $colorItemTreeIcon; // Used
$colorItemTreeFg: $colorBodyFg;
$colorItemTreeFg: #ccc;
$colorItemTreeSelectedBg: $colorSelectedBg;
$colorItemTreeSelectedFg: $colorItemTreeHoverFg;
$filterItemTreeSelected: $filterHov;
Expand Down
2 changes: 1 addition & 1 deletion src/styles/_constants-maelstrom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ $colorItemTreeHoverBg: rgba(#fff, 0.03);
$colorItemTreeHoverFg: #fff;
$colorItemTreeIcon: $colorKey; // Used
$colorItemTreeIconHover: $colorItemTreeIcon; // Used
$colorItemTreeFg: $colorBodyFg;
$colorItemTreeFg: $colorA;
$colorItemTreeSelectedBg: $colorSelectedBg;
$colorItemTreeSelectedFg: $colorItemTreeHoverFg;
$filterItemTreeSelected: $filterHov;
Expand Down
3 changes: 1 addition & 2 deletions src/ui/layout/recent-objects.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@
}
}
}

}

&__tags {
Expand All @@ -103,7 +102,7 @@

&__title {
border-radius: $basicCr;
color: pullForward($colorBodyFg, 30%);
color: $colorItemTreeFg;
cursor: pointer;
padding: $interiorMarginSm;

Expand Down

0 comments on commit 17272d5

Please sign in to comment.