GNOME Bugzilla – Bug 669776
Rename CSS selectors for password prompts
Last modified: 2012-02-10 08:38:49 UTC
Recommendend by fmuellner in bug 652459: > I know we do that as well in networkAgent.js, but it still feels wrong - in my > opinion, it would be better to either rename 'polkit-foo' to something more > general like 'password-foo' (should be done in a separate patch), Used 'prompt-' as the prefix for the selectors, as the same selectors are used by non password prompts like Wanda.
Created attachment 207218 [details] [review] Rename CSS selectors for password prompts * Use .prompt-xxx selectors instead of .polkit-xxx
Review of attachment 207218 [details] [review]: Looks good to me, except for the commit message's body. How about something like: Use .prompt-xxx selectors instead of .polkit-xxx, as the selectors are now used by various non-polkit dialogs as well.
Thanks. Merged into master.