Backed out changeset ab055e5ace5e (bug 1899576) for causing bc failures on browser_all_files_referenced.js CLOSED TREE

This commit is contained in:
pstanciu
2024-06-18 20:49:29 +03:00
parent dbf015be04
commit e91ba02454
20 changed files with 107 additions and 169 deletions

View File

@@ -3,9 +3,23 @@
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
.container {
padding-inline: var(--space-small);
font-size: 15px;
}
.customize-header {
display: flex;
justify-content: space-between;
align-items: center;
-moz-context-properties: fill;
fill: currentColor;
color: currentColor;
.customize-close-button::part(button) {
background-image: url("chrome://global/skin/icons/close-12.svg");
}
}
.customize-firefox-tools {
.inputs {
display: flex;