Skip to content

Commit

Permalink
Bug 1725583 - Improve contrast of --in-content-box-border-color and -…
Browse files Browse the repository at this point in the history
…-in-content-button-border-color in high contrast mode r=mtigley,desktop-theme-reviewers,dao

Differential Revision: https://phabricator.services.mozilla.com/D127452
  • Loading branch information
RandomUser3133 committed Nov 19, 2021
1 parent fcd2e09 commit 98f0c9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions toolkit/themes/shared/in-content/common.inc.css
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@

--in-content-box-background: -moz-Dialog;
--in-content-box-background-odd: -moz-Dialog;
--in-content-box-border-color: ThreeDShadow;
--in-content-box-border-color: -moz-DialogText;
--in-content-box-info-background: -moz-Dialog;

--in-content-item-hover: SelectedItem;
Expand Down Expand Up @@ -222,7 +222,7 @@
--in-content-button-text-color: ButtonText;
--in-content-button-background-hover: SelectedItem;
--in-content-button-background-active: SelectedItem;
--in-content-button-border-color: ThreeDShadow;
--in-content-button-border-color: var(--in-content-button-text-color);

--in-content-primary-button-text-color: SelectedItemText;
--in-content-primary-button-text-color-hover: SelectedItem;
Expand Down

0 comments on commit 98f0c9b

Please sign in to comment.