Bug 1949259 - Enforce valid HTML in HTML for Lit templates r=frontend-codestyle-reviewers,mtigley,credential-management-reviewers,fxview-reviewers,sidebar-reviewers,mossop

Differential Revision: https://phabricator.services.mozilla.com/D245591
This commit is contained in:
mark
2025-05-19 15:56:06 +00:00
committed by mkennedy@mozilla.com
parent a7c081f8f6
commit dc89961c6d
7 changed files with 17 additions and 12 deletions

View File

@@ -181,7 +181,7 @@ export class SidebarCustomize extends SidebarPage {
data-l10n-id=${this.getInputL10nId(tool.view)}
@change=${this.onToggleToolInput}
?checked=${!tool.disabled}
/>
></moz-checkbox>
`;
}
@@ -282,7 +282,7 @@ export class SidebarCustomize extends SidebarPage {
?checked=${this.getWindow().SidebarController._state
.revampVisibility === "expand-on-hover"}
?disabled=${this.visibility == "hide-sidebar"}
/>
></moz-checkbox>
`
)}
<moz-checkbox