Bug 1473403 - Remove unused theme-fg-color classes. r=bgrins

This commit is contained in:
Gabriel Luong 2018-07-13 13:29:18 -04:00
Родитель eb58d7637b
Коммит d97da99c28
5 изменённых файлов: 7 добавлений и 16 удалений

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

@ -379,7 +379,7 @@ ElementEditor.prototype = {
const val = this.doc.createElement("span");
val.classList.add("attr-value");
val.classList.add("theme-fg-color6");
val.classList.add("theme-fg-color4");
inner.appendChild(val);
inner.appendChild(this.doc.createTextNode('"'));

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

@ -110,7 +110,7 @@ DomNodePreview.prototype = {
parent: this.idEl,
nodeType: "span",
attributes: {
"class": "theme-fg-color6"
"class": "theme-fg-color4"
},
textContent: "#"
});
@ -120,7 +120,7 @@ DomNodePreview.prototype = {
parent: this.idEl,
nodeType: "span",
attributes: {
"class": "attribute-value theme-fg-color6"
"class": "attribute-value theme-fg-color4"
}
});
@ -149,7 +149,7 @@ DomNodePreview.prototype = {
parent: this.classEl,
nodeType: "span",
attributes: {
"class": "theme-fg-color6"
"class": "theme-fg-color4"
},
textContent: "."
});
@ -159,7 +159,7 @@ DomNodePreview.prototype = {
parent: this.classEl,
nodeType: "span",
attributes: {
"class": "attribute-value theme-fg-color6"
"class": "attribute-value theme-fg-color4"
}
});

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

@ -131,8 +131,7 @@ body {
background-color: var(--theme-highlight-bluegrey);
}
.theme-fg-color4,
.theme-fg-color6 {
.theme-fg-color4 {
color: var(--theme-highlight-purple);
}
@ -148,7 +147,6 @@ body {
background-color: #b26b47;
}
.theme-fg-color7,
.cm-s-mozilla .cm-atom,
.cm-s-mozilla .cm-quote,
.cm-s-mozilla .cm-error,

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

@ -123,11 +123,7 @@ body {
background-color: var(--theme-highlight-bluegrey);
}
.theme-fg-color4 {
color: var(--theme-highlight-orange);
}
.theme-fg-color6,
.theme-fg-color4,
.cm-s-mozilla .cm-string,
.cm-s-mozilla .cm-string-2,
.variable-or-property .token-string,
@ -140,7 +136,6 @@ body {
background-color: hsl(24,85%,39%);
}
.theme-fg-color7,
.cm-s-mozilla .cm-atom,
.cm-s-mozilla .cm-quote,
.cm-s-mozilla .cm-error,

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

@ -385,8 +385,6 @@ ul.children + .tag-line::before {
.theme-selected ~ .editor .theme-fg-color3,
.theme-selected ~ .editor .theme-fg-color4,
.theme-selected ~ .editor .theme-fg-color5,
.theme-selected ~ .editor .theme-fg-color6,
.theme-selected ~ .editor .theme-fg-color7,
.theme-selected ~ .editor .close::before {
color: var(--theme-selection-color);
}