Make WordPress Core

Changeset 52740


Ignore:
Timestamp:
02/16/2022 01:44:34 PM (3 years ago)
Author:
SergeyBiryukov
Message:

Twenty Seventeen: Remove bottom border (box-shadow) from linked images.

Props mikachan, sabernhardt, nidhidhandhukiya, mukesh27, scruffian.
Fixes #55141.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyseventeen/assets/css/blocks.css

    r51205 r52740  
    5959.wp-block-image figure.alignright {
    6060    margin-left: 1.5em;
     61}
     62
     63.wp-block-image a,
     64.wp-block-image a:hover,
     65.wp-block-image a:focus,
     66.widget-area .wp-block-image a,
     67.widget-area .wp-block-image a:hover,
     68.widget-area .wp-block-image a:focus {
     69    -webkit-box-shadow: none;
     70    box-shadow: none;
    6171}
    6272
Note: See TracChangeset for help on using the changeset viewer.