feat: Hide theme preferences if zen.theme.disable-lightweight is enabled, b=no-bug, c=no-component

This commit is contained in:
mr. m
2025-07-20 01:21:12 +02:00
parent 8a60cbd61f
commit ee1a5d0ac4

View File

@@ -590,3 +590,9 @@ groupbox h2 {
.sync-engine-workspaces.sync-engine-image {
list-style-image: url('chrome://devtools/skin/images/tool-storage.svg');
}
@media -moz-pref('zen.theme.disable-lightweight') {
html|div[data-l10n-id="preferences-web-appearance-footer"] {
display: none;
}
}