Closed
Bug 967634
Opened 11 years ago
Closed 11 years ago
DevTools Light theme tab bar bottom box shadow / border is a bit heavy
Categories
(DevTools :: General, defect)
DevTools
General
Tracking
(firefox29 verified, firefox30 verified)
VERIFIED
FIXED
Firefox 30
People
(Reporter: bgrins, Assigned: bgrins)
References
Details
Attachments
(4 files, 1 obsolete file)
28.83 KB,
image/png
|
Details | |
53.76 KB,
image/png
|
Details | |
137.05 KB,
image/png
|
Details | |
4.80 KB,
patch
|
bgrins
:
review+
Sylvestre
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
I'm looking at https://people.mozilla.org/~shorlander/mockups/devTools/ux-refresh-2013/LightTheme-Inspector-Locked@2x.png, and comparing it to our current tab bar (see screenshot), it seems a bit heavy. We should lighten up the shadow a bit, and make the border match the border colors in between the tabs.
Assignee | ||
Comment 1•11 years ago
|
||
Victor, this refactors the tabbar styling to be more consistent with other shared styles (keeping colors out of the main rule and split into a theme-light and theme-dark rule. It also changes the :hover:active state on light theme to be a bit lighter and keeping light text (it isn't sharing that state with dark theme anymore).
Attachment #8370295 -
Flags: review?(vporof)
Assignee | ||
Comment 2•11 years ago
|
||
Comment 3•11 years ago
|
||
Comment on attachment 8370295 [details] [diff] [review]
theme-tabbar-shadow.patch
Review of attachment 8370295 [details] [diff] [review]:
-----------------------------------------------------------------
Love the refactoring!
To my eye, the dark(ish) line at the bottom of each tab looks a bit weird against the blue selection background. Maybe we could keep that darker?
Attachment #8370295 -
Flags: review?(vporof) → review+
Assignee | ||
Comment 4•11 years ago
|
||
(In reply to Victor Porof [:vp] from comment #3)
> Comment on attachment 8370295 [details] [diff] [review]
> theme-tabbar-shadow.patch
>
> Review of attachment 8370295 [details] [diff] [review]:
> -----------------------------------------------------------------
>
> Love the refactoring!
>
> To my eye, the dark(ish) line at the bottom of each tab looks a bit weird
> against the blue selection background. Maybe we could keep that darker?
Not sure exactly what you mean here. The final 1px border that separates the content from the tab bars is rba(170,170,170) all the way across. The box shadow leading up to that border is rgba(170,170,170,.5) on the selected blue tab, while it is rgba(170,170,170,.2) on the others. Basing it on this mockup: https://people.mozilla.org/~shorlander/mockups/devTools/ux-refresh-2013/LightTheme-Inspector-Locked@2x.png, the bottom border should be the same all the way across (though it is a tad lighter in the mockup, I'm sticking with our defined splitter color). If anything, I could make the shadow on the blue a bit more transparent to more blue comes through, if that is the effect you are talking about.
Comment 5•11 years ago
|
||
I'm talking about the thick-ish gray bottom border (or shadow?) that spans across all tabs, which looks pretty crappy against the light blue background (turns into a "dirty" gray after blending) of a selected tab. In the mockup, it looks a bit cleaner, so making it actually more transparent (either across all tabs, or just for the selected tab) would make it look better imho. Just compare the colors from the screenshot vs. mockup. Let's try to be as close as possible to the mockup.
Assignee | ||
Comment 6•11 years ago
|
||
More closely matching colors from comp now
Assignee: nobody → bgrinstead
Status: NEW → ASSIGNED
Assignee | ||
Comment 7•11 years ago
|
||
Attachment #8370295 -
Attachment is obsolete: true
Attachment #8371605 -
Flags: review+
Assignee | ||
Comment 8•11 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/551541f11bc9
https://tbpl.mozilla.org/?tree=Fx-Team&rev=551541f11bc9
Whiteboard: [fixed-in-fx-team]
Comment 9•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 30
Assignee | ||
Comment 10•11 years ago
|
||
Comment on attachment 8371605 [details] [diff] [review]
theme-tabbar-shadow.patch
[Approval Request Comment]
Bug caused by (feature/regressing bug #): 957117
User impact if declined: DevTools light theme tab bar will have a dark border at the bottom
Testing completed (on m-c, etc.): On m-c since 2-06
Risk to taking this patch (and alternatives if risky): Low risk, CSS changes in DevTools only.
String or IDL/UUID changes made by this patch:
Attachment #8371605 -
Flags: approval-mozilla-aurora?
Updated•11 years ago
|
Attachment #8371605 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 11•11 years ago
|
||
status-firefox29:
--- → fixed
status-firefox30:
--- → fixed
Comment 12•11 years ago
|
||
Verified with latest builds of Nightly and Aurora
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•