-
Notifications
You must be signed in to change notification settings - Fork 893
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
Re-style split view UI #27008
Re-style split view UI #27008
Conversation
@aguscruiz Split view tab's background color is also updated as it fits well with separator color. |
Great! Yeah I think private/tor should also be updated for consistency |
Ok, let me know when figma is ready for private/tor. |
You should be able to just use the same color tokens as with light/dark, but just changing the token to be |
Hmm, sorry I can't find corresponding token. |
Those tokens come from Nala. So as |
I imagine you have something like that already for the other colors in the private windows color schemes, right? |
Ah, Ok. I think I found them :)
|
I have a question. As Tor and Private are darkish, maybe |
If The only caveat is that Private and Tor windows are always forced to use the dark mode tokens. The number value 10-20-80-etc. should be interchangeable with any other color shade.
Does that make sense? It's the scheme that allows for theming with Material. |
|
Hmmm I don't think that's how the regular dark mode chrome background looks like, but I don't want to make you go into that rabbit hole. If we can add that small gap between the split view group and the toolbar, then I'm ok with that |
Awesome, that looks way better, yes |
fix brave/brave-browser#42304 Also applied latest split view tab's background color.
d33777c
to
63e2244
Compare
@aguscruiz Updated hover colors Horizontal Screen.Recording.2024-12-14.at.10.33.32.AM.movVertical Screen.Recording.2024-12-14.at.11.45.45.AM.mov |
fix brave/brave-browser#42879 Also adjusted tab's bg color of vertical tab.
63e2244
to
1e4887a
Compare
Released in v1.75.102 |
fix brave/brave-browser#42304
fix brave/brave-browser#42879
Added separator when split view tile is inactive.
Applied latest split view tab's background color.
Updated active/hover bg color of inactive tab in split view
Screen.Recording.2024-12-13.at.11.16.42.AM.mov
Resolves
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
wikinpm run presubmit
wiki,npm run gn_check
,npm run tslint
git rebase master
(if needed)Reviewer Checklist:
gn
After-merge Checklist:
changes has landed on
Test Plan:
See the linked issue.