Closed
Bug 1204466
Opened 10 years ago
Closed 6 years ago
.newtab-title on New Tab page shouldn't have left and right border
Categories
(Firefox :: New Tab Page, defect)
Firefox
New Tab Page
Tracking
()
RESOLVED
WONTFIX
| Tracking | Status | |
|---|---|---|
| firefox43 | --- | affected |
People
(Reporter: arni2033, Unassigned)
Details
Attachments
(1 file)
STR: (Win7_64, Nightly 43, 32bit, ID 20150913030204, new profile, safe mode)
1. Open new tab
2. Hover mouse over any tile
Result: White separator between tab thumbnail and title makes it look like tab thumbnail
has rounded bottom-right/left corners. It's visible even without zooming.
Expectations: The white line should be separator taking the whole width
Possible solution: Currently there's a rule
> .newtab-site:hover .newtab-title { border-width: 1px; }
and the right/left borders are black. To fix this issue I suggest to change that rule to
> .newtab-site:hover .newtab-title { border-width: 1px 0px; }
Rules declaring left/right borders' color may be removed.
Comment 1•6 years ago
|
||
Hello!
This bug has been closed due to inactivity and/or the potential for this bug to no longer be an issue with the new Discovery Stream-powered New Tab experience.
Please help us triage by reopening if this issue still persists and should be addressed.
Thanks!
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•