-
Notifications
You must be signed in to change notification settings - Fork 873
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move Look & feel section to Shields prefs page #5964
Move Look & feel section to Shields prefs page #5964
Conversation
7649e80
to
30203b3
Compare
If this can wait until after cr84 has landed in master, that would be great. |
@petemill can wait :) |
30203b3
to
aa44d75
Compare
@petemill Rebased on cr84 :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor naming suggestion and nit, after that's changed all looks good 👍
class="continuation" | ||
pref="{{prefs.brave.shields.stats_badge_visible}}" | ||
label="$i18n{showStatsBlockedBadgeLabel}"> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: empty line
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed.
margin: 0 20px; | ||
cursor: pointer; | ||
} | ||
.default-view-padding { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe give it a more general name, not descriptive of the rules inside. Like default-view-item
? That's in case someone adds more rules then the class name would not match what it does. It would also perhaps be more readable to put the class block before its children (shields-view-col
).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All done.
aa44d75
to
3e7d784
Compare
Look & feel section is moved to the top to include choosing Shields default view.
3e7d784
to
58d2112
Compare
@petemill Thanks for review! |
Merged because only test-install step is failed. |
Look & feel section is moved to the top to include choosing Shields default view.
Resolves brave/brave-browser#10502
Submitter Checklist:
npm run lint
)git rebase master
(if needed).git rebase -i
to squash commits (if needed).Test Plan:
Reviewer Checklist:
After-merge Checklist:
changes has landed on.