Open Bug 1720530 Opened 3 years ago Updated 3 years ago

Introduce a class to permanently hide items in the Options UI

Categories

(Firefox :: Settings UI, task, P3)

task

Tracking

()

People

(Reporter: molly, Unassigned)

References

Details

We now have two separate points in components/preferences/main.js (here and in bug 1709978 once it lands) where we're using inline display: none styles to hide parts of the settings UI under different circumstances. We should introduce a class (one possible name for it being permanentlyHidden) in a shared preferences stylesheet that has this effect, to allow that code to toggle a class instead of relying on inline styles.

The other option would be no longer using the hidden attribute/properties to hide/show the different pane's contents...

Priority: -- → P3
You need to log in before you can comment on or make changes to this bug.