#52693 closed defect (bug) (fixed)
White line on the image in about.php
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 5.7 | Priority: | normal |
Severity: | normal | Version: | 5.7 |
Component: | Help/About | Keywords: | close |
Focuses: | Cc: |
Description
There seems to be a white line in "A Simpler Default Color Palette" in the /wp-admin/about.php page.
This seems to be caused by the following points, but normally it is better not to see the white line.
html
<div class="about__image-comparison-resize">
style
.about__container .about__image-comparison-resize { : : border-right: 2px solid white; }
Attachments (2)
Change History (10)
#1
@
4 years ago
- Component changed from General to Help/About
- Milestone changed from Awaiting Review to 5.7
#2
@
4 years ago
Thanks @SergeyBiryukov
As you pointed out, I was able to find the icon at the bottom of the image and drag it.
This gimmick is interesting.
It may be clearer if there is an explanation that encourages people to drag the icon.
This ticket was mentioned in Slack in #core by hellofromtonya. View the logs.
4 years ago
#4
@
4 years ago
This should be fixed by the change in this PR, which makes the border more obvious & turns the whole thing into a handle.
Note: See
TracTickets for help on using
tickets.
Hi there, thanks for the ticket!
It might not be clear at a glance, but this is not just a while line, it's a draggable resize bar to compare the before/after color palette. This was also brought up in comment:29:ticket:52347 and further comments on #52347.
Moving to the milestone for visibility, though per the discussion in comment:38:ticket:52347, it looks like there is no easy way to make this control more obvious. Perhaps it could be converted to a video instead.