mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
feat: Hide theme preferences if zen.theme.disable-lightweight
is enabled, b=no-bug, c=no-component
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user