Make WordPress Core

Changeset 60710


Ignore:
Timestamp:
09/05/2025 04:01:58 AM (3 months ago)
Author:
joedolson
Message:

Administration: Remove unused CSS in forms.css.

Remove some CSS that doesn't appear to have ever been used. See [42967].

Props joedolson, peterwilsoncc, mukesh27.
Fixes #63907.

File:
1 edited

Legend:

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

    r60645 r60710  
    14671467}
    14681468
    1469 .email-personal-data::before {
    1470     display: inline-block;
    1471     font: normal 20px/1 dashicons;
    1472     margin: 3px 5px 0 -2px;
    1473     speak: never;
    1474     -webkit-font-smoothing: antialiased;
    1475     -moz-osx-font-smoothing: grayscale;
    1476     vertical-align: top;
    1477 }
    1478 
    1479 .email-personal-data--sending::before {
    1480     color: #d63638;
    1481     content: "\f463";
    1482     animation: rotation 2s infinite linear;
    1483 }
    1484 
    1485 .email-personal-data--sent::before {
    1486     color: #68de7c;
    1487     content: "\f147";
    1488 }
    1489 
    1490 
    14911469/* =Media Queries
    14921470-------------------------------------------------------------- */
Note: See TracChangeset for help on using the changeset viewer.