[wp-trac] [WordPress Trac] #61990: Target media library svg images

WordPress Trac noreply at wordpress.org
Thu Sep 5 11:11:20 UTC 2024


#61990: Target media library svg images
-------------------------+------------------------------
 Reporter:  neo2k23      |       Owner:  (none)
     Type:  enhancement  |      Status:  new
 Priority:  normal       |   Milestone:  Awaiting Review
Component:  Media        |     Version:  trunk
 Severity:  normal       |  Resolution:
 Keywords:               |     Focuses:
-------------------------+------------------------------

Comment (by skithund):

 You could target them with CSS attribute selectors.

 {{{
 .details-image[src$=".svg"] {
   border: 1px solid red;
 }
 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/61990#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list