mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1227647 - Remove UI code for legacy sync migration. r=markh
This commit is contained in:
parent
5528382da8
commit
8ec918833d
@ -185,10 +185,6 @@ var gSyncPane = {
|
||||
document.getElementById("syncStatusMessage").removeAttribute("message-type");
|
||||
document.getElementById("syncStatusMessageTitle").textContent = "";
|
||||
document.getElementById("syncStatusMessageDescription").textContent = "";
|
||||
let learnMoreLink = document.getElementById("learnMoreLink");
|
||||
if (learnMoreLink) {
|
||||
learnMoreLink.parentNode.removeChild(learnMoreLink);
|
||||
}
|
||||
},
|
||||
|
||||
_setupEventListeners: function() {
|
||||
|
@ -184,24 +184,3 @@ label.small {
|
||||
#noFxaAccount > label:first-child {
|
||||
margin-bottom: 0.6em;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sync migration
|
||||
*/
|
||||
#sync-migration {
|
||||
border: 1px solid rgba(0, 0, 0, 0.32);
|
||||
background-color: InfoBackground;
|
||||
color: InfoText;
|
||||
text-shadow: none;
|
||||
margin: 5px 0 0 0;
|
||||
animation: fadein 3000ms;
|
||||
}
|
||||
|
||||
#sync-migration description {
|
||||
margin: 8px;
|
||||
}
|
||||
|
||||
@keyframes fadein {
|
||||
from { opacity: 0; }
|
||||
to { opacity: 1; }
|
||||
}
|
||||
|
@ -243,24 +243,3 @@ html|a.inline-link:-moz-focusring {
|
||||
#noFxaAccount > label:first-child {
|
||||
margin-bottom: 0.6em;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sync migration
|
||||
*/
|
||||
#sync-migration {
|
||||
border: 1px solid rgba(0, 0, 0, 0.32);
|
||||
background-color: InfoBackground;
|
||||
color: InfoText;
|
||||
text-shadow: none;
|
||||
margin: 5px 0 0 0;
|
||||
animation: fadein 3000ms;
|
||||
}
|
||||
|
||||
#sync-migration description {
|
||||
margin: 8px;
|
||||
}
|
||||
|
||||
@keyframes fadein {
|
||||
from { opacity: 0; }
|
||||
to { opacity: 1; }
|
||||
}
|
||||
|
@ -372,28 +372,6 @@ description > html|a {
|
||||
min-width: 30ch;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sync migration
|
||||
*/
|
||||
#sync-migrate-upgrade-description {
|
||||
/* description elts need a min-width to wrap correctly - bug 630864? */
|
||||
min-width: 100px
|
||||
}
|
||||
|
||||
#sync-migration {
|
||||
border: 1px solid rgba(0, 0, 0, 0.32);
|
||||
background-color: InfoBackground;
|
||||
color: InfoText;
|
||||
text-shadow: none;
|
||||
margin: 5px 0 0 0;
|
||||
animation: fadein 3000ms;
|
||||
}
|
||||
|
||||
@keyframes fadein {
|
||||
from { opacity: 0; }
|
||||
to { opacity: 1; }
|
||||
}
|
||||
|
||||
/**
|
||||
* Sync
|
||||
*/
|
||||
@ -467,46 +445,6 @@ description > html|a {
|
||||
background-color: #FF9500;
|
||||
}
|
||||
|
||||
#sync-migration-buttons-deck {
|
||||
visibility: collapse;
|
||||
}
|
||||
|
||||
#learnMoreLink {
|
||||
margin: 0;
|
||||
color: #FBFBFB;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#syncStatusMessage[message-type="migration"] #sync-migration-buttons-deck {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
#sync-migration-buttons-deck {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
#sync-migration-buttons-deck button {
|
||||
margin: 0 10px 0 0;
|
||||
border: 0;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
#sync-migrate-upgrade,
|
||||
#sync-migrate-resend {
|
||||
background-color: #0095DD;
|
||||
color: #FBFBFB;
|
||||
}
|
||||
|
||||
#sync-migrate-upgrade:hover,
|
||||
#sync-migrate-resend:hover {
|
||||
background-color: #008ACB;
|
||||
}
|
||||
|
||||
#sync-migrate-upgrade:hover:active,
|
||||
#sync-migrate-resend:hover:active {
|
||||
background-color: #006B9D;
|
||||
}
|
||||
|
||||
#syncStatusMessageWrapper {
|
||||
-moz-box-flex: 1;
|
||||
padding-right: 5px;
|
||||
|
@ -173,24 +173,3 @@ label.small {
|
||||
#noFxaAccount > label:first-child {
|
||||
margin-bottom: 0.6em;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sync migration
|
||||
*/
|
||||
#sync-migration {
|
||||
border: 1px solid rgba(0, 0, 0, 0.32);
|
||||
background-color: InfoBackground;
|
||||
color: InfoText;
|
||||
text-shadow: none;
|
||||
margin: 5px 0 0 0;
|
||||
animation: fadein 3000ms;
|
||||
}
|
||||
|
||||
#sync-migration description {
|
||||
margin: 8px;
|
||||
}
|
||||
|
||||
@keyframes fadein {
|
||||
from { opacity: 0; }
|
||||
to { opacity: 1; }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user