Bug 1699072 - Remove information.svg and flatten toolkit/themes/shared/profile. r=Gijs

Differential Revision: https://phabricator.services.mozilla.com/D109007
This commit is contained in:
Tim Nguyen 2021-03-18 23:48:14 +00:00
Родитель fdc1fd9d39
Коммит 610315a33d
5 изменённых файлов: 4 добавлений и 11 удалений

Просмотреть файл

@ -10,7 +10,7 @@ window {
width: 32px;
height: 32px;
margin-inline-end: 8px;
list-style-image: url("chrome://mozapps/skin/profile/information.svg");
list-style-image: url("chrome://global/skin/icons/info.svg");
}
description {

Просмотреть файл

@ -4,7 +4,7 @@
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
<?xml-stylesheet href="chrome://mozapps/skin/profile/profileDowngrade.css" type="text/css"?>
<?xml-stylesheet href="chrome://mozapps/skin/profileDowngrade.css" type="text/css"?>
<!DOCTYPE window>
@ -14,8 +14,6 @@
data-l10n-attrs="title,style"
onload="init()">
<linkset>
<html:link rel="localization" href="branding/brand.ftl"/>
<html:link rel="localization" href="browser/branding/sync-brand.ftl"/>

Просмотреть файл

@ -23,8 +23,7 @@
skin/classic/mozapps/aboutProfiles.css (../../shared/aboutProfiles.css)
#endif
skin/classic/mozapps/aboutServiceWorkers.css (../../shared/aboutServiceWorkers.css)
skin/classic/mozapps/profile/profileDowngrade.css (../../shared/profile/profileDowngrade.css)
skin/classic/mozapps/profile/information.svg (../../shared/profile/information.svg)
skin/classic/mozapps/profileDowngrade.css (../../shared/profileDowngrade.css)
% override chrome://mozapps/skin/extensions/category-extensions.svg chrome://mozapps/skin/extensions/extensionGeneric.svg
% override chrome://mozapps/skin/extensions/category-languages.svg chrome://mozapps/skin/extensions/localeGeneric.svg

Просмотреть файл

@ -1,4 +0,0 @@
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="context-fill" d="M8 16a8 8 0 1 1 8-8 8.009 8.009 0 0 1-8 8zM8 2a6 6 0 1 0 6 6 6.006 6.006 0 0 0-6-6z"></path><path fill="context-fill" d="M8 7a1 1 0 0 0-1 1v3a1 1 0 0 0 2 0V8a1 1 0 0 0-1-1z"></path><circle cx="8" cy="5" r="1.188"></circle></svg>

До

Ширина:  |  Высота:  |  Размер: 552 B

Просмотреть файл

@ -7,7 +7,7 @@ dialog::part(button-spacer) {
}
#info {
list-style-image: url("chrome://mozapps/skin/profile/information.svg");
list-style-image: url("chrome://global/skin/icons/info.svg");
width: 32px;
height: 32px;
}