-
Notifications
You must be signed in to change notification settings - Fork 885
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
Update bookmarks toolbar folder icons #10037
Conversation
- Windows icons are back to yellow - macOS and Linux use a gray colored icon (Linux has slightly different dimensions) Having a proper icon solves the visibility issue for sub-folders on private window. Fixes brave/brave-browser#17463 Fixes brave/brave-browser#17214
a2c292b
to
1ca0c9e
Compare
Ready for review! 😄 @simonhong @mariospr would you all be able to help me get a screenshot for Linux / macOS? (light mode, dark mode). You can edit the top post and share there |
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.
Windows looks as expected! 🚀
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.
LGTM
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.
++ - attached screenshots from macOS and linux
Test Case 1 - brave/brave-browser#17463Verification PASSED on
Ensured that the bookmark icons are matching the ones via #10037 (comment) when upgrading and installing a new profile. Examples:
Verification PASSED on
Ensured that the bookmark icons are matching the ones via #10037 (comment) when upgrading and installing a new profile. Examples:
Verification PASSED on
Ensured that the bookmark icons are matching the ones via #10037 (comment) when upgrading and installing a new profile. Examples:
Test Case 2 - brave/brave-browser#17214Verification PASSED on
|
Having a proper icon solves the visibility issue for sub-folders on private window.
Fixes brave/brave-browser#17463
Fixes brave/brave-browser#17214
Test plan (needs to be ran on macOS, Windows, and Linux)
Windows
macOS
Linux
Submitter Checklist:
QA/Yes
orQA/No
;release-notes/include
orrelease-notes/exclude
;OS/...
) to the associated issuenpm run test -- brave_browser_tests
,npm run test -- brave_unit_tests
,npm run lint
,npm run gn_check
,npm run tslint
git rebase master
(if needed)Reviewer Checklist:
gn
After-merge Checklist:
changes has landed on