Closed
Bug 1022211
Opened 10 years ago
Closed 7 years ago
Sidebar close button is smaller, harder to hit
Categories
(Firefox :: Theme, defect)
Tracking
()
RESOLVED
FIXED
Firefox 55
People
(Reporter: quicksaver, Assigned: bgrins)
References
Details
(Keywords: regression, Whiteboard: [fixed by bug 1355324])
Attachments
(1 file)
48.22 KB,
image/png
|
Details |
Similar to bug 1001871, with the patch from bug 865826 the sidebar close button has become more narrow, thus it becomes harder to hit, see the screenshot for comparison between Firefox 29 and 32.
This is because of this bit of CSS code that was removed in /browser/themes/windows/browser.css:
> .tabs-closebutton > .toolbarbutton-icon {
> -moz-margin-end: 0px !important;
> -moz-padding-end: 2px !important;
> -moz-padding-start: 2px !important;
> }
I think this deserves the same attention as bug 1001871, as this regression will hit beta right around the corner.
Reporter | ||
Updated•10 years ago
|
Component: Tabbed Browser → Theme
Updated•10 years ago
|
Keywords: regression
Comment 1•7 years ago
|
||
I think this got fixed by bug 1355324.
Assignee: nobody → bgrinstead
Status: NEW → RESOLVED
Closed: 7 years ago
Depends on: 1355324
Resolution: --- → FIXED
Whiteboard: [fixed by bug 1355324]
Updated•7 years ago
|
status-firefox54:
--- → wontfix
status-firefox55:
--- → fixed
status-firefox-esr52:
--- → wontfix
Target Milestone: --- → Firefox 55
You need to log in
before you can comment on or make changes to this bug.
Description
•