Make WordPress Core

Changeset 58567

Timestamp:
06/25/2024 01:55:00 PM (5 weeks ago)
Author:
desrosj
Message:

Build/Test Tools: Run grunt precommit:css.

This rebuilds compiled CSS files after updating the caniuse database in [58563].

All -webkit-clip-path properties have been removed as the corresponding browsers dipped below 1% usage and have fallen out of the browser support policy.

Fixes #61499.

Location:
trunk/src
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/common.css

    r58257 r58567  
    124124    border: 0;
    125125    clip: rect(1px, 1px, 1px, 1px);
    126     -webkit-clip-path: inset(50%);
    127126    clip-path: inset(50%);
    128127    height: 1px;
  • trunk/src/wp-admin/css/install.css

    r57553 r58567  
    351351    border: 0;
    352352    clip: rect(1px, 1px, 1px, 1px);
    353     -webkit-clip-path: inset(50%);
    354353    clip-path: inset(50%);
    355354    height: 1px;
  • trunk/src/wp-admin/css/list-tables.css

    r57987 r58567  
    20042004    .post-com-count .screen-reader-text {
    20052005        position: static;
    2006         -webkit-clip-path: none;
    20072006        clip-path: none;
    20082007        width: auto;
  • trunk/src/wp-admin/css/login.css

    r58383 r58567  
    409409    border: 0;
    410410    clip: rect(1px, 1px, 1px, 1px);
    411     -webkit-clip-path: inset(50%);
    412411    clip-path: inset(50%);
    413412    height: 1px;
  • trunk/src/wp-admin/css/nav-menus.css

    r58256 r58567  
    178178
    179179.bulk-actions input.menu-items-delete {
    180     -webkit-appearance: none;
    181180    appearance: none;
    182181    font-size: inherit;
     
    708707.no-js.nav-menus-php .item-edit .screen-reader-text {
    709708    position: static;
    710     -webkit-clip-path: none;
    711709    clip-path: none;
    712710    width: auto;
  • trunk/src/wp-includes/css/admin-bar.css

    r58215 r58567  
    702702    border: 0;
    703703    clip: rect(1px, 1px, 1px, 1px);
    704     -webkit-clip-path: inset(50%);
    705704    clip-path: inset(50%);
    706705    height: 1px;
     
    796795        border: 0;
    797796        clip: rect(1px, 1px, 1px, 1px);
    798         -webkit-clip-path: inset(50%);
    799797        clip-path: inset(50%);
    800798        height: 1px;
  • trunk/src/wp-includes/css/media-views.css

    r58352 r58567  
    24892489    .media-frame-menu-heading {
    24902490        clip: rect(1px, 1px, 1px, 1px);
    2491         -webkit-clip-path: inset(50%);
    24922491        clip-path: inset(50%);
    24932492        height: 1px;
  • trunk/src/wp-includes/css/wp-embed-template.css

    r58063 r58567  
    1212    border: 0;
    1313    clip: rect(1px, 1px, 1px, 1px);
    14     -webkit-clip-path: inset(50%);
    1514    clip-path: inset(50%);
    1615    height: 1px;
Note: See TracChangeset for help on using the changeset viewer.