Skip to content

Commit 8372975

Browse files
committed
Bug 1941844 - Remove --in-content-box-background-odd variable from common-shared.css r=reusable-components-reviewers,desktop-theme-reviewers,hjones
Differential Revision: https://phabricator.services.mozilla.com/D234750
1 parent a7e7a2a commit 8372975

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

toolkit/themes/shared/in-content/common-shared.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
--in-content-page-color: rgb(21, 20, 26);
1414
--in-content-page-background: var(--background-color-canvas);
1515
--in-content-text-color: var(--in-content-page-color);
16-
--in-content-box-background-odd: rgba(12, 12, 13, 0.05); /* grey 90 a05 */
1716
--in-content-box-border-color: color-mix(in srgb, currentColor 41%, transparent);
1817
--in-content-box-info-background: #f0f0f4;
1918
--in-content-item-hover: color-mix(in srgb, var(--in-content-primary-button-background) 20%, transparent);
@@ -105,7 +104,6 @@
105104
* in-content privileged pages and plain-text documents). */
106105
--in-content-page-color: rgb(251,251,254);
107106

108-
--in-content-box-background-odd: rgba(249,249,250,0.05);
109107
--in-content-box-info-background: rgba(249,249,250,0.15);
110108

111109
--in-content-border-color: rgba(249,249,250,0.2);
@@ -144,7 +142,6 @@
144142
:root {
145143
--in-content-page-color: CanvasText;
146144

147-
--in-content-box-background-odd: var(--background-color-box);
148145
--in-content-box-border-color: -moz-DialogText;
149146
--in-content-box-info-background: var(--background-color-box);
150147

@@ -921,7 +918,7 @@ xul|treechildren::-moz-tree-row {
921918
}
922919

923920
xul|treechildren::-moz-tree-row(multicol, odd) {
924-
background-color: var(--in-content-box-background-odd);
921+
background-color: var(--table-row-background-color-alternate);
925922
}
926923

927924
html|select[size][multiple] > html|option:hover,

0 commit comments

Comments
 (0)