[wp-trac] [WordPress Trac] #44037: Cannot hide plugin description on responsive view
WordPress Trac
noreply at wordpress.org
Wed Jan 16 13:47:00 UTC 2019
#44037: Cannot hide plugin description on responsive view
------------------------------+---------------------------------
Reporter: subrataemfluence | Owner: afercia
Type: defect (bug) | Status: assigned
Priority: normal | Milestone: 5.1
Component: Administration | Version: trunk
Severity: normal | Resolution:
Keywords: needs-patch | Focuses: ui, administration
------------------------------+---------------------------------
Changes (by afercia):
* owner: (none) => afercia
* status: new => assigned
* milestone: Awaiting Review => 5.1
Comment:
Seems to me this is caused by two issues:
The Screen Options were hidden in the responsive view before 5.1 and
they've been made visible in [42644]. Saving the visibility state is
addressed in #46005.
Looks like in the Plugins screen the description was meant to be always
visible on mobile. It was not possible to change its visibility via the
Screen Options so I guess it was opted to make it always visible, thus the
higher specificity selector with `display: block`.
Now that users can switch the visibility also on mobile, the CSS needs to
take that into account. Will update the patch on #46005. When it's ready,
some testing would be great.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/44037#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list