#55141 closed defect (bug) (fixed)
Twenty Seventeen: Remove linked transparent image border
Reported by: | mikachan | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 6.0 | Priority: | normal |
Severity: | minor | Version: | |
Component: | Bundled Theme | Keywords: | has-patch |
Focuses: | css | Cc: |
Description
There is a small bug in the Twenty Seventeen theme, where linked images show a bottom border / box-shadow.
This was previously fixed in the themes repo, so this ticket is for replicating the fix in Core.
Original issue: https://github.com/Automattic/themes/issues/5018
Attachments (2)
Change History (10)
This ticket was mentioned in PR #2304 on WordPress/wordpress-develop by mikachan.
3 years ago
#1
#3
@
3 years ago
- Keywords commit added
Hi there!
Thanks for the ticket and PR.
PR looks good to me and ready to marge.
@nidhidhandhukiya style.css generate run time so you have to add CSS in SCSS then create the patch.
Ping @SergeyBiryukov for review it.
#4
@
3 years ago
- Keywords commit removed
- Milestone changed from Awaiting Review to 6.0
Let's fix this for image blocks in (footer) widget areas, too.
#5
@
3 years ago
For consistency, 55141.2.patch has the WebKit prefix as well.
#6
@
3 years ago
- Owner set to SergeyBiryukov
- Resolution set to fixed
- Status changed from new to closed
In 52740:
SergeyBiryukov commented on PR #2304:
3 years ago
#7
Thanks for the PR! Merged in https://core.trac.wordpress.org/changeset/52740.
SergeyBiryukov commented on PR #2304:
3 years ago
#8
Thanks for the PR! Merged in https://core.trac.wordpress.org/changeset/52740.
This fixes a small bug in the Twenty Seventeen theme, where transparent linked images were showing a bottom border incorrectly (via a box-shadow).
This has previously been fixed over in the themes repo, so this PR replicates the fix in Core.
Original themes issue: https://github.com/Automattic/themes/issues/5018
Trac ticket: https://core.trac.wordpress.org/ticket/55141