[wp-trac] [WordPress Trac] #46657: Show site icon in My Sites admin menu
WordPress Trac
noreply at wordpress.org
Tue Mar 26 17:45:57 UTC 2019
#46657: Show site icon in My Sites admin menu
----------------------------+------------------------------
Reporter: rmccue | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Administration | Version: 4.3
Severity: normal | Resolution:
Keywords: has-patch | Focuses: multisite
----------------------------+------------------------------
Comment (by afercia):
Cool.
For better accessibility, the image needs an empty `alt=""` attribute,
otherwise screen readers will announce the image filename.
CSS:
- the image inherits `float: left` so `display: inline-block` doesn't do
anything
- `.blavatar:before` targets also the image: I'd suggest to add a rule to
target `img.blavatar:before` and reset the content property to `content:
none`
--
Ticket URL: <https://core.trac.wordpress.org/ticket/46657#comment:6>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list