Closed
Bug 974561
Opened 11 years ago
Closed 6 years ago
Reduce number of things using border-radius during customize mode transition
Categories
(Firefox :: Theme, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: mconley, Unassigned)
References
Details
(Whiteboard: [Australis:P-])
According to jrmuizel, another thing that's hurting us during the customize mode transition for paint performance is border-radius's.
There are extremely subtle border radii set on the toolbarbutton-icons, that I think we can temporarily disable during the transition.
Reporter | ||
Comment 1•11 years ago
|
||
Here's a full list of things with border-radius set on them:
"back-button,toolbarbutton-icon,urlbar,notification-popup-box,searchbar-textbox,toolbarbutton-icon,dropmarker-icon,toolbarbutton-icon,toolbarbutton-icon,toolbarbutton-icon,toolbarbutton-icon"
Comment 2•11 years ago
|
||
(In reply to Mike Conley (:mconley) from comment #0)
> There are extremely subtle border radii set on the toolbarbutton-icons
That border is 100% transparent in the default button state (i.e. not hovered / open / checked). "Painting" this should be free.
Updated•6 years ago
|
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
•