Skip to content
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

Tab border refinement #962

Closed
petemill opened this issue Sep 4, 2018 · 5 comments · Fixed by brave/brave-core#422
Closed

Tab border refinement #962

petemill opened this issue Sep 4, 2018 · 5 comments · Fixed by brave/brave-core#422

Comments

@petemill
Copy link
Member

petemill commented Sep 4, 2018

brave/brave-core#391 covers changing the tab border radii, but does not deal with the bottom border radius, which needs to be removed according to the spec.

We also need to implement the changes to the tab separator - it gets thicker, taller, and aligned to the bottom.

image

Test plan

Observe left border of tab ends at the bottom with 90degree angle. In other words, no border radius, as in screenshot above.

@petemill petemill added this to the Releasable builds 0.55.x milestone Sep 4, 2018
@petemill petemill self-assigned this Sep 4, 2018
petemill added a commit to brave/brave-core that referenced this issue Sep 7, 2018
Fix brave/brave-browser#962

Brave design spec shows no bottom border radius on tabs.
This patching method, although not great, is simple compared to the amount of code which would need to be copied over and only slightly modified.
@bbondy
Copy link
Member

bbondy commented Sep 9, 2018

Removed pr/pending-review since PR seems to still be work in progress. I think that label makes it sound like it's waiting on a review.

@petemill
Copy link
Member Author

petemill commented Sep 9, 2018

Agreed @bbondy. I had submitted for review but then removed whilst I refactor.

petemill added a commit to brave/brave-core that referenced this issue Sep 13, 2018
Fix brave/brave-browser#962

Brave design spec shows no bottom border radius on tabs.
This patching method, although not great, is simple compared to the amount of code which would need to be copied over and only slightly modified.
petemill added a commit to brave/brave-core that referenced this issue Sep 13, 2018
@srirambv srirambv added feature/user-interface All UI related and removed feature/ui labels Sep 18, 2018
@bbondy bbondy added the QA/Yes label Sep 27, 2018
@LaurenWags
Copy link
Member

@petemill could you help with a test plan for this one?

@petemill
Copy link
Member Author

Test plan added

@srirambv
Copy link
Contributor

srirambv commented Oct 18, 2018

Verification Passed on

Brave 0.55.17 Chromium: 70.0.3538.67 (Official Build) (64-bit)
Revision 9ab0cfab84ded083718d3a4ff830726efd38869f-refs/branch-heads/3538@{#1002}
OS Linux

image

Verified passed with

Brave 0.55.17 Chromium: 70.0.3538.67 (Official Build) (64-bit)
Revision 9ab0cfab84ded083718d3a4ff830726efd38869f-refs/branch-heads/3538@{#1002}
OS Mac OS X

screen shot 2018-10-17 at 10 20 00 pm

Verification Passed on

Brave 0.55.17 Chromium: 70.0.3538.67 (Official Build) (32-bit)
Revision 9ab0cfab84ded083718d3a4ff830726efd38869f-refs/branch-heads/3538@{#1002}
OS Windows

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment