Bug 1708911 - Remove duplicate variables from panelUI-custom-colors.inc.css. r=mconley

Differential Revision: https://phabricator.services.mozilla.com/D114049
This commit is contained in:
Dão Gottwald 2021-05-03 20:57:03 +00:00
parent 8bb5b785c1
commit 7cd2790f31
2 changed files with 0 additions and 10 deletions

View File

@ -9,13 +9,6 @@
--panelview-toolbarbutton-hover-color: inherit;
--panelview-toolbarbutton-active-bgcolor: rgb(207,207,216);
--panelview-toolbarbutton-active-color: inherit;
--panel-banner-item-color: var(--button-color);
--panel-banner-item-background-color: var(--button-bgcolor);
--panel-banner-item-hover-bgcolor: var(--button-hover-bgcolor);
--panel-banner-item-active-bgcolor: var(--button-active-bgcolor);
--panel-banner-item-update-supported-bgcolor: #2AC3A2;
--panel-banner-item-warning-icon-bgcolor: #FFA436;
--panel-banner-item-info-icon-bgcolor: #0090ED;
--panel-separator-zap-gradient: linear-gradient(90deg, #9059FF 0%, #FF4AA2 52.08%, #FFBD4F 100%);
--panel-shortcut-color: rgb(91,91,102);
--panelview-toolbarbutton-focus-box-shadow: inset 0 0 0 2px rgb(0,97,224);

View File

@ -69,9 +69,6 @@
--panel-banner-item-background-color: var(--button-bgcolor);
--panel-banner-item-hover-bgcolor: var(--button-hover-bgcolor);
--panel-banner-item-active-bgcolor: var(--button-active-bgcolor);
/* These colors are normally defined by the theme, but we need fallbacks in
case the theme doesn't supply them, because otherwise icons that use these
would not appear at all. The values are from the default light theme. */
--panel-banner-item-update-supported-bgcolor: #2AC3A2;
--panel-banner-item-warning-icon-bgcolor: #FFA436;
--panel-banner-item-info-icon-bgcolor: #0090ED;