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)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
Firefox 32

People

(Reporter: vporof, Assigned: vporof)

Details

Attachments

(2 files)

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!
Attached patch v1Splinter Review
Assignee: nobody → vporof
Status: NEW → ASSIGNED
Attachment #8419146 - Flags: review?(bgrinstead)
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" };
(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" })
Attached image vview-edit-hover.gif
There is a weird movement that happens when hovering this icon. It happens with or without the patch, though. Just something I noticed
Attachment #8419146 - Flags: review?(bgrinstead) → review+
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 32
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: