commit | 9debb7216ca06e4b84640106a15c294600124420 | [log] [tgz] |
---|---|---|
author | Paladox none <thomasmulhall410@yahoo.com> | Tue Nov 28 12:48:16 2017 +0000 |
committer | Paladox none <thomasmulhall410@yahoo.com> | Mon Dec 04 22:11:17 2017 +0000 |
tree | 9b9bc0808b1c366052c3f315bdc907876b8a3759 | |
parent | cfa0e4334e96c2b224569a0d6b87da9072e53de2 [diff] |
PolyGerrit: Add background-repeat to gr-main-header We doin't want to repeat logos so add background-repeat: no-repeat; Change-Id: I58126bf70b761e18e97075bf996f2805947edb92
diff --git a/polygerrit-ui/app/elements/core/gr-main-header/gr-main-header.html b/polygerrit-ui/app/elements/core/gr-main-header/gr-main-header.html index d2effdd..335cc49 100644 --- a/polygerrit-ui/app/elements/core/gr-main-header/gr-main-header.html +++ b/polygerrit-ui/app/elements/core/gr-main-header/gr-main-header.html
@@ -45,6 +45,7 @@ .titleText::before { background-image: var(--header-icon); background-size: var(--header-icon-size) var(--header-icon-size); + background-repeat: no-repeat; content: ""; display: inline-block; height: var(--header-icon-size);