зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1279029 - part 2 - removed 'learn more' for Containers, r=gijs
This commit is contained in:
Родитель
2e55fe0b18
Коммит
dbd1a56877
|
@ -61,10 +61,6 @@ var gPrivacyPane = {
|
|||
return;
|
||||
}
|
||||
|
||||
let link = document.getElementById("browserContainersLearnMore");
|
||||
// TODO: this link doesn't exist yet!
|
||||
link.href = Services.urlFormatter.formatURLPref("app.support.baseURL") + "containers";
|
||||
|
||||
document.getElementById("browserContainersbox").hidden = false;
|
||||
},
|
||||
|
||||
|
|
|
@ -292,10 +292,7 @@
|
|||
<!-- Containers -->
|
||||
<groupbox id="browserContainersGroup" data-category="panePrivacy" hidden="true">
|
||||
<vbox id="browserContainersbox" hidden="true">
|
||||
<caption><label>&browserContainersHeader.label;
|
||||
<label id="browserContainersLearnMore" class="text-link"
|
||||
value="&browserContainersLearnMore.label;"/>
|
||||
</label></caption>
|
||||
<caption><label>&browserContainersHeader.label;</label></caption>
|
||||
<checkbox id="browserContainersCheckbox"
|
||||
label="&browserContainersEnabled.label;"
|
||||
accesskey="&browserContainersEnabled.accesskey;"
|
||||
|
|
|
@ -106,6 +106,5 @@
|
|||
<!ENTITY clearOnCloseSettings.accesskey "t">
|
||||
|
||||
<!ENTITY browserContainersHeader.label "Container Tabs">
|
||||
<!ENTITY browserContainersLearnMore.label "Learn more">
|
||||
<!ENTITY browserContainersEnabled.label "Enable Container Tabs">
|
||||
<!ENTITY browserContainersEnabled.accesskey "a">
|
||||
|
|
|
@ -223,8 +223,7 @@ treecol {
|
|||
/* Privacy pane */
|
||||
|
||||
#trackingProtectionPBMLearnMore,
|
||||
#trackingProtectionLearnMore,
|
||||
#browserContainersLearnMore {
|
||||
#trackingProtectionLearnMore {
|
||||
margin-inline-start: 1.5em !important;
|
||||
margin-top: 0;
|
||||
font-weight: normal;
|
||||
|
|
Загрузка…
Ссылка в новой задаче