Skip to content

Commit e81ed11

Browse files
committed
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. git-svn-id: https://develop.svn.wordpress.org/trunk@60710 602fd350-edb4-49c9-b593-d223f7449a82
1 parent c6cce34 commit e81ed11

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

src/wp-admin/css/forms.css

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1466,28 +1466,6 @@ table.form-table td .updated p {
14661466
margin: 0;
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
-------------------------------------------------------------- */
14931471

0 commit comments

Comments
 (0)