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

This commit is contained in:
Paladox none
2017-12-20 19:30:54 +00:00
committed by Gerrit Code Review

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);