Opened 8 years ago
Closed 8 years ago
#15930 closed defect (fixed)
icons/commonIcons.css:.dijitIconEditProperty sprite shifted and truncated
Reported by: | Douglas Hays | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | undecided | Milestone: | 1.7.4 |
Component: | Dijit - LnF | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
in dijit/icons/commonIcons.css,
.dijitIconEditProperty { background-position: -166px; }
should be
.dijitIconEditProperty { background-position: -160px; }
since each sprite is 16x16
Change History (2)
comment:1 Changed 8 years ago by
Milestone: | tbd → 1.7.4 |
---|---|
Owner: | changed from bill to Douglas Hays |
Status: | new → assigned |
comment:2 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
In [29614]: