Bug 1591063 - Celebration milestone banner colors on dark theme match light themes. r=johannh

Differential Revision: https://phabricator.services.mozilla.com/D50987

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Erica Wright 2019-10-31 14:42:33 +00:00
parent d059c73cf7
commit 86d6bf52ea

View File

@ -325,18 +325,6 @@ menupopup::part(drop-indicator) {
background-color: rgba(216, 216, 216, 0.5);
}
:root[lwt-popup-brighttext] #contextual-feature-recommendation-notification[data-notification-bucket="CFR_MILESTONE_MESSAGE"] .popup-notification-button.popup-notification-primary-button {
background-color: rgba(216, 216, 216, 0.5);
}
:root[lwt-popup-brighttext] #contextual-feature-recommendation-notification[data-notification-bucket="CFR_MILESTONE_MESSAGE"] .popup-notification-button.popup-notification-primary-button:hover {
background-color: rgba(216, 216, 216, 0.4);
}
:root[lwt-popup-brighttext] #contextual-feature-recommendation-notification[data-notification-bucket="CFR_MILESTONE_MESSAGE"] .popup-notification-button.popup-notification-primary-button:active {
background-color: rgba(216, 216, 216, 0.2);
}
#contextual-feature-recommendation-notification[data-notification-bucket="CFR_MILESTONE_MESSAGE"] .popup-notification-header-container {
color: white;
max-width: unset;