Closed
Bug 855229
Opened 13 years ago
Closed 12 years ago
Adjust focus-rect on tabs for Australis
Categories
(Firefox :: Theme, defect)
Firefox
Theme
Tracking
()
RESOLVED
FIXED
Firefox 28
People
(Reporter: MattN, Assigned: MattN)
References
()
Details
Attachments
(3 files)
|
3.72 KB,
image/png
|
Details | |
|
29.08 KB,
image/png
|
shorlander
:
ui-review+
|
Details |
|
2.07 KB,
patch
|
mconley
:
review+
|
Details | Diff | Splinter Review |
The focus rect is currently outside the curve which looks unusual. Perhaps it should be inside the curve, maybe around the label? The top doesn't seem to be shown for me on Aero. This comes from the following on Windows and Linux (see URL):
/* tabbrowser-tab focus ring */
.tabbrowser-tab:focus > .tab-stack {
outline: 1px dotted;
}
| Assignee | ||
Comment 1•13 years ago
|
||
This is what it looks like with the same outline: 1px dotted; applied to .tab-label.
Stephen, what do you think? If you want to test a variation you can use DOMi to set the :focus pseudo-class on an element from the context menu in the DOM Nodes pane.
Attachment #730051 -
Flags: ui-review?(shorlander)
Comment 2•13 years ago
|
||
Comment on attachment 730051 [details]
Proposal to move current outline to .tab-label (screenshot)
Looks better than surrounding the full tab including all the empty space.
Attachment #730051 -
Flags: ui-review?(shorlander) → ui-review+
| Assignee | ||
Comment 3•13 years ago
|
||
Assignee: shorlander → mnoorenberghe+bmo
Attachment #738397 -
Flags: review?(mconley)
Comment 4•13 years ago
|
||
Comment on attachment 738397 [details] [diff] [review]
v.1 Move focus rect to .tab-label
Review of attachment 738397 [details] [diff] [review]:
-----------------------------------------------------------------
Yep, LGTM - much better on OSX. Thanks!
Attachment #738397 -
Flags: review?(mconley) → review+
| Assignee | ||
Updated•13 years ago
|
Whiteboard: [fixed-in-ux]
Comment 5•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-ux]
Target Milestone: --- → Firefox 28
You need to log in
before you can comment on or make changes to this bug.
Description
•