Backed out changeset a95e314cd2af (bug 1618051) for failing bc at browser_parsable_css.js on a CLOSED TREE

This commit is contained in:
Andreea Pavel 2020-04-17 02:41:26 +03:00
parent 343b5d0156
commit 7ac1c7a794
10 changed files with 10 additions and 23 deletions

View File

@ -14,6 +14,7 @@ browser.jar:
content/branding/icon32.png (../default32.png)
content/branding/icon48.png (../default48.png)
content/branding/icon64.png (../default64.png)
content/branding/icon128.png (../default128.png)
content/branding/identity-icons-brand.svg
content/branding/aboutDialog.css
content/branding/horizontal-lockup.svg

View File

@ -14,6 +14,7 @@ browser.jar:
content/branding/icon32.png (../default32.png)
content/branding/icon48.png (../default48.png)
content/branding/icon64.png (../default64.png)
content/branding/icon128.png (../default128.png)
content/branding/identity-icons-brand.svg
content/branding/aboutDialog.css
content/branding/horizontal-lockup.svg

View File

@ -14,6 +14,7 @@ browser.jar:
content/branding/icon32.png (../default32.png)
content/branding/icon48.png (../default48.png)
content/branding/icon64.png (../default64.png)
content/branding/icon128.png (../default128.png)
content/branding/identity-icons-brand.svg
content/branding/aboutDialog.css
content/branding/horizontal-lockup.svg

View File

@ -14,6 +14,7 @@ browser.jar:
content/branding/icon32.png (../default32.png)
content/branding/icon48.png (../default48.png)
content/branding/icon64.png (../default64.png)
content/branding/icon128.png (../default128.png)
content/branding/identity-icons-brand.svg
content/branding/aboutDialog.css
content/branding/horizontal-lockup.svg

View File

@ -22,11 +22,8 @@ $glyph-forward: url('chrome://browser/skin/forward.svg');
margin-bottom: 49px;
.logo {
background: url('chrome://branding/content/about-logo.png') no-repeat center;
background: url('chrome://branding/content/icon128.png') no-repeat center center;
background-size: $logo-size;
@media (min-resolution: 2x) {
background-image: url('chrome://branding/content/about-logo@2x.png');
}
display: inline-block;
height: $logo-size;
width: $logo-size;

View File

@ -1032,14 +1032,11 @@ main {
justify-content: center;
margin-bottom: 49px; }
.search-wrapper .logo-and-wordmark .logo {
background: url("chrome://branding/content/about-logo.png") no-repeat center;
background: url("chrome://branding/content/icon128.png") no-repeat center center;
background-size: 96px;
display: inline-block;
height: 96px;
width: 96px; }
@media (min-resolution: 2x) {
.search-wrapper .logo-and-wordmark .logo {
background-image: url("chrome://branding/content/about-logo@2x.png"); } }
.search-wrapper .logo-and-wordmark .wordmark {
background: url("chrome://branding/content/firefox-wordmark.svg") no-repeat center center;
background-size: 172px;

View File

@ -1035,14 +1035,11 @@ main {
justify-content: center;
margin-bottom: 49px; }
.search-wrapper .logo-and-wordmark .logo {
background: url("chrome://branding/content/about-logo.png") no-repeat center;
background: url("chrome://branding/content/icon128.png") no-repeat center center;
background-size: 96px;
display: inline-block;
height: 96px;
width: 96px; }
@media (min-resolution: 2x) {
.search-wrapper .logo-and-wordmark .logo {
background-image: url("chrome://branding/content/about-logo@2x.png"); } }
.search-wrapper .logo-and-wordmark .wordmark {
background: url("chrome://branding/content/firefox-wordmark.svg") no-repeat center center;
background-size: 172px;

View File

@ -1032,14 +1032,11 @@ main {
justify-content: center;
margin-bottom: 49px; }
.search-wrapper .logo-and-wordmark .logo {
background: url("chrome://branding/content/about-logo.png") no-repeat center;
background: url("chrome://branding/content/icon128.png") no-repeat center center;
background-size: 96px;
display: inline-block;
height: 96px;
width: 96px; }
@media (min-resolution: 2x) {
.search-wrapper .logo-and-wordmark .logo {
background-image: url("chrome://branding/content/about-logo@2x.png"); } }
.search-wrapper .logo-and-wordmark .wordmark {
background: url("chrome://branding/content/firefox-wordmark.svg") no-repeat center center;
background-size: 172px;

View File

@ -26,6 +26,7 @@ browser/chrome/browser/content/branding/icon48.png
browser/chrome/icons/default/default48.png
browser/chrome/browser/content/branding/icon64.png
browser/chrome/icons/default/default64.png
browser/chrome/browser/content/branding/icon128.png
browser/chrome/icons/default/default128.png
#endif

View File

@ -55,19 +55,13 @@ p {
}
.logo {
background: url("chrome://branding/content/about-logo.png") no-repeat center center;
background: url("chrome://branding/content/icon128.png") no-repeat center center;
background-size: 96px;
display: inline-block;
height: 96px;
width: 96px;
}
@media (min-resolution: 2x) {
.logo {
background-image: url('chrome://branding/content/about-logo@2x.png');
}
}
.wordmark {
background: url("chrome://branding/content/firefox-wordmark.svg") no-repeat center center;
background-size: 172px;