Opened 12 months ago
Closed 12 months ago
#49302 closed defect (bug) (fixed)
Theme action button container is out of align by 1px
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 5.4 | Priority: | normal |
Severity: | normal | Version: | 5.3 |
Component: | Themes | Keywords: | good-first-bug has-screenshots has-patch commit |
Focuses: | ui, css, administration | Cc: |
Description
Theme action button container is 1px larger than its parent container. It can be fixed by reducing padding.
Steps to check:
- Go to WP admin > Appearance > Themes
- Check the action button container
I've attached a screenshot for reference.
Attachments (5)
Change History (15)
#1
@
12 months ago
- Milestone changed from Awaiting Review to 5.4
- Owner set to audrasjb
- Status changed from new to accepted
- Version changed from trunk to 5.3
Welcome to WordPress Trac @ideaboxcreations and thank you for opening this ticket,
I can reproduce the issue on both Chrome and Firefox / Mac OS.
Moving to milestone 5.4.
#2
@
12 months ago
- Keywords has-screenshots added
This could be fixed either by using a transparent background on .theme-actions
div element, or different padding values.
#6
follow-up:
↓ 7
@
12 months ago
- Keywords needs-refresh added
Thanks for your contribution @aftabmuni !
RTL files are also automatically generated. I'll test your proposal and make sure to refresh the patch from trunk in the next few hours. This ticket is still on track for beta 1.
#7
in reply to:
↑ 6
@
12 months ago
Oh So Sorry.
Replying to audrasjb:
Thanks for your contribution @aftabmuni !
RTL files are also automatically generated. I'll test your proposal and make sure to refresh the patch from trunk in the next few hours. This ticket is still on track for beta 1.
#8
@
12 months ago
No worries @aftabmuni It's nearly alright, just need few checks and refresh before commit ;-)
See the highlighted area.