Closed
Bug 1007465
Opened 11 years ago
Closed 11 years ago
The .variables-view-edit class in widgets.inc.css has left padding
Categories
(DevTools :: Debugger, defect)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 32
People
(Reporter: vporof, Assigned: vporof)
Details
Attachments
(2 files)
|
1.18 KB,
patch
|
bgrins
:
review+
|
Details | Diff | Splinter Review |
|
31.53 KB,
image/gif
|
Details |
Left padding is a lie. There is only start padding. Come to think about it, removing that makes absolutely no difference, so let's just get rid of it entirely!
| Assignee | ||
Comment 1•11 years ago
|
||
Comment 2•11 years ago
|
||
OK, so note to self: this icon can be seen by inspecting an object with getters and setters, like:
var x = { get y() 42, set y(f) "it's a trap" };
Comment 3•11 years ago
|
||
(In reply to Brian Grinstead [:bgrins] from comment #2)
> OK, so note to self: this icon can be seen by inspecting an object with
> getters and setters, like:
>
> var x = { get y() 42, set y(f) "it's a trap" };
Or easier in the console: inspect({ get y() 42, set y(f) "it's a trap" })
Comment 4•11 years ago
|
||
There is a weird movement that happens when hovering this icon. It happens with or without the patch, though. Just something I noticed
Updated•11 years ago
|
Attachment #8419146 -
Flags: review?(bgrinstead) → review+
| Assignee | ||
Comment 5•11 years ago
|
||
Whiteboard: [fixed-in-fx-team]
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 32
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•