Make WordPress Core

Opened 7 years ago

Closed 4 years ago

Last modified 4 years ago

#43085 closed enhancement (wontfix)

Metabox UI rough box shadow when in closed mode

Reported by: obiplabon's profile obiplabon Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: Editor Keywords:
Focuses: ui, administration Cc:

Description

Please check the following two images and compare side by side. I've added a red mark for your convenience. The drop shadow or box shadow doesn't look neat and clean.

Before
https://i.imgur.com/Af5eB2e.png

After
https://i.imgur.com/M1zoLfx.png

Changing the following css I've gotten better result.

.postbox .hndle, .stuffbox .hndle {
    border-bottom: 1px solid #eee;
    user-select: none;
}
// Changing the above styles to this
.postbox:not(.closed) .hndle, .stuffbox:not(.closed) .hndle {
    border-bottom: 1px solid #eee;
    user-select: none;
}

Thanks

Change History (5)

#1 @pento
6 years ago

  • Version trunk deleted

#2 @valentinbora
5 years ago

  • Component changed from Administration to Posts, Post Types
  • Keywords needs-design-feedback 2nd-opinion added

Thank you @obiplabon for your ticket and welcome to Trac. Sorry for the long delay.

With the new Block editor, this issue is no longer happening. However, even on recent versions of WordPress, the report is confirmed with the Classic Editor plugin installed.

I'll mark this ticket as requiring design feedback so the Design team can share their thoughts on the matter.

This ticket was mentioned in Slack in #design by hedgefield. View the logs.


4 years ago

#4 @hedgefield
4 years ago

  • Keywords needs-design-feedback 2nd-opinion removed
  • Resolution set to wontfix
  • Status changed from new to closed

Thanks @obiplabon for pointing this out. The CSS looks good. As we move forward with the new block editor however the focus on the classic editor, which now only exists as a plugin, will diminish, so I'm afraid this will not be picked up anytime soon. You could consider bringing it up in the support forum for the plugin https://wordpress.org/plugins/classic-editor/#developers if you'd still like to get this done. In any case we look forward to seeing your next contributions :)

#5 @desrosj
4 years ago

  • Component changed from Posts, Post Types to Editor
  • Milestone Awaiting Review deleted
Note: See TracTickets for help on using tickets.