Opened 7 years ago
Closed 7 years ago
#40978 closed defect (bug) (fixed)
Customizer Panel Footer border missing
Reported by: | Owned by: | westonruter | |
---|---|---|---|
Milestone: | 4.8.1 | Priority: | normal |
Severity: | normal | Version: | 4.8 |
Component: | Customize | Keywords: | has-patch commit fixed-major |
Focuses: | ui | Cc: |
Description
There's a small visual inconsistency in the customizer panel. Everything but the footer has a 1px border. The footer area is missing the right edge.
Attachments (2)
Change History (9)
This ticket was mentioned in Slack in #design by brentjett. View the logs.
7 years ago
#3
@
7 years ago
- Keywords has-patch added; needs-patch removed
40978.1.diff removes a pixel from the % based width so the right border is properly shown:
https://cloudup.com/cKB9WXKRfT8
The plain width: 18%
should ensure backwards compat prior to IE11 - though the right border will be missing on older IE versions.
#4
@
7 years ago
- Owner set to westonruter
- Resolution set to fixed
- Status changed from new to closed
In 40896:
#5
@
7 years ago
- Keywords commit fixed-major added
- Resolution fixed deleted
- Status changed from closed to reopened
Re-opening for consideration in 4.8.1 and merging onto 4.8 branch.
This ticket was mentioned in Slack in #core by jeffpaul. View the logs.
7 years ago
Note: See
TracTickets for help on using
tickets.
Missing border on right edge of panel footer.