PolyGerrit: Add background-repeat to gr-main-header

We doin't want to repeat logos so add

background-repeat: no-repeat;

Change-Id: I58126bf70b761e18e97075bf996f2805947edb92
(cherry picked from commit 9debb7216c)
This commit is contained in:
Paladox none 2017-11-28 12:48:16 +00:00
parent 8f79dde858
commit e2e3046534

View File

@ -45,6 +45,7 @@ limitations under the License.
.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);