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:
parent
dcb9d7cc7b
commit
78f8073a72
|
@ -875,7 +875,6 @@ span.wp-media-buttons-icon:before {
|
||||||
speak: none;
|
speak: none;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
transition: all .1s ease-in-out;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a.post-format-icon:hover:before {
|
a.post-format-icon:hover:before {
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -875,7 +875,6 @@ span.wp-media-buttons-icon:before {
|
||||||
speak: none;
|
speak: none;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
transition: all .1s ease-in-out;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a.post-format-icon:hover:before {
|
a.post-format-icon:hover:before {
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -13,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue