Post Formats: Remove CSS transition effect on post format icons in the Posts list table.

Props afercia, melchoyce.
See #46591, #35497.
Built from https://develop.svn.wordpress.org/trunk@44963


git-svn-id: http://core.svn.wordpress.org/trunk@44794 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2019-03-21 16:36:51 +00:00
parent dcb9d7cc7b
commit 78f8073a72
5 changed files with 3 additions and 5 deletions

View File

@ -875,7 +875,6 @@ span.wp-media-buttons-icon:before {
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transition: all .1s ease-in-out;
}
a.post-format-icon:hover:before {

File diff suppressed because one or more lines are too long

View File

@ -875,7 +875,6 @@ span.wp-media-buttons-icon:before {
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transition: all .1s ease-in-out;
}
a.post-format-icon:hover:before {

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.2-alpha-44962';
$wp_version = '5.2-alpha-44963';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.