close

Make WordPress Core

Changeset 61862


Ignore:
Timestamp:
03/06/2026 11:40:28 PM (7 days ago)
Author:
joedolson
Message:

Media: Hide image name overlay on gallery thumbnail row.

Set the generated content in the gallery selection strip to content: none; to remove the generated overlay. Follow up to [61757].

Props wildworks, hbhalodia, divyeshpatel01, huzaifaalmesbah, apermo, joedolson.
Fixes #64820.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/css/media-views.css

    r61757 r61862  
    10131013}
    10141014
     1015/* Do not show the aria-label overlay on thumbnails in the gallery selection strip. */
     1016.wp-core-ui .media-selection .attachment::after {
     1017    content: none;
     1018}
     1019
    10151020.wp-core-ui .attachment:focus,
    10161021.wp-core-ui .selected.attachment:focus,
Note: See TracChangeset for help on using the changeset viewer.