зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1441878 - Remove unused css variable theme-codemirror-gutter-background;r=ntim
This variable is no longer used anywhere and can be removed Differential Revision: https://phabricator.services.mozilla.com/D4309 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
a629c5e84f
Коммит
9af8caced5
|
@ -100,9 +100,6 @@ let propNameWhitelist = [
|
||||||
// Bug 1441929
|
// Bug 1441929
|
||||||
{propName: "--theme-search-overlays-semitransparent",
|
{propName: "--theme-search-overlays-semitransparent",
|
||||||
isFromDevTools: true},
|
isFromDevTools: true},
|
||||||
// Bug 1441878
|
|
||||||
{propName: "--theme-codemirror-gutter-background",
|
|
||||||
isFromDevTools: true},
|
|
||||||
// These custom properties are retrieved directly from CSSOM
|
// These custom properties are retrieved directly from CSSOM
|
||||||
// in videocontrols.xml to get pre-defined style instead of computed
|
// in videocontrols.xml to get pre-defined style instead of computed
|
||||||
// dimensions, which is why they are not referenced by CSS.
|
// dimensions, which is why they are not referenced by CSS.
|
||||||
|
|
|
@ -102,7 +102,6 @@
|
||||||
--theme-arrowpanel-dimmed-further: hsla(0,0%,80%,.45);
|
--theme-arrowpanel-dimmed-further: hsla(0,0%,80%,.45);
|
||||||
--theme-arrowpanel-disabled-color: GrayText;
|
--theme-arrowpanel-disabled-color: GrayText;
|
||||||
|
|
||||||
--theme-codemirror-gutter-background: #f4f4f4;
|
|
||||||
--theme-messageCloseButtonFilter: invert(0);
|
--theme-messageCloseButtonFilter: invert(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -205,7 +204,6 @@
|
||||||
--theme-arrowpanel-dimmed-further: rgba(249,249,250,.15);
|
--theme-arrowpanel-dimmed-further: rgba(249,249,250,.15);
|
||||||
--theme-arrowpanel-disabled-color: rgba(249,249,250,.5);
|
--theme-arrowpanel-disabled-color: rgba(249,249,250,.5);
|
||||||
|
|
||||||
--theme-codemirror-gutter-background: #262b37;
|
|
||||||
--theme-messageCloseButtonFilter: invert(1);
|
--theme-messageCloseButtonFilter: invert(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче