Opened 5 years ago
Closed 5 years 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
@
5 years 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
@
5 years 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
@
5 years 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
@
5 years 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
@
5 years ago
No worries @aftabmuni It's nearly alright, just need few checks and refresh before commit ;-)
See the highlighted area.