From 3f2dd67472512d419a08e3a34c293bfe38e854ec Mon Sep 17 00:00:00 2001 From: Kasper Nilsson Date: Tue, 17 Apr 2018 12:00:30 +0200 Subject: [PATCH] Replace #eee with header-background-color Change-Id: I17bb95f92129afd3f2528f5e52462d1c56ad7a1f --- .../change/gr-included-in-dialog/gr-included-in-dialog.html | 2 +- polygerrit-ui/app/elements/diff/gr-diff/gr-diff.html | 4 ++-- .../app/elements/shared/gr-account-chip/gr-account-chip.html | 2 +- .../app/elements/shared/gr-linked-chip/gr-linked-chip.html | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/polygerrit-ui/app/elements/change/gr-included-in-dialog/gr-included-in-dialog.html b/polygerrit-ui/app/elements/change/gr-included-in-dialog/gr-included-in-dialog.html index 85140615c3..a07c724f2e 100644 --- a/polygerrit-ui/app/elements/change/gr-included-in-dialog/gr-included-in-dialog.html +++ b/polygerrit-ui/app/elements/change/gr-included-in-dialog/gr-included-in-dialog.html @@ -59,7 +59,7 @@ limitations under the License. } ul li { border-radius: .2em; - background: #eee; + background: var(--header-background-color); display: inline-block; margin: 0 .2em .4em .2em; padding: .2em .4em; diff --git a/polygerrit-ui/app/elements/diff/gr-diff/gr-diff.html b/polygerrit-ui/app/elements/diff/gr-diff/gr-diff.html index 34142668f6..741869dae4 100644 --- a/polygerrit-ui/app/elements/diff/gr-diff/gr-diff.html +++ b/polygerrit-ui/app/elements/diff/gr-diff/gr-diff.html @@ -62,7 +62,7 @@ limitations under the License. table-layout: fixed; } .lineNum { - background-color: #eee; + background-color: var(--header-background-color); } .image-diff .gr-diff { text-align: center; @@ -211,7 +211,7 @@ limitations under the License. display: block; } .target-row td.blame { - background: #eee; + background: var(--header-background-color); } col.blame { display: none; diff --git a/polygerrit-ui/app/elements/shared/gr-account-chip/gr-account-chip.html b/polygerrit-ui/app/elements/shared/gr-account-chip/gr-account-chip.html index 82355358c6..f04caaa9b0 100644 --- a/polygerrit-ui/app/elements/shared/gr-account-chip/gr-account-chip.html +++ b/polygerrit-ui/app/elements/shared/gr-account-chip/gr-account-chip.html @@ -31,7 +31,7 @@ limitations under the License. } .container { align-items: center; - background: #eee; + background: var(--header-background-color); border-radius: .75em; display: inline-flex; padding: 0 .5em; diff --git a/polygerrit-ui/app/elements/shared/gr-linked-chip/gr-linked-chip.html b/polygerrit-ui/app/elements/shared/gr-linked-chip/gr-linked-chip.html index 77ef495745..5d7a8a80e3 100644 --- a/polygerrit-ui/app/elements/shared/gr-linked-chip/gr-linked-chip.html +++ b/polygerrit-ui/app/elements/shared/gr-linked-chip/gr-linked-chip.html @@ -31,7 +31,7 @@ limitations under the License. } .container { align-items: center; - background: #eee; + background: var(--header-background-color); border-radius: .75em; display: inline-flex; padding: 0 .5em;