mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-06 10:10:07 +00:00
Themes: Fix flickering of the theme screenshot on hover in WebKit browsers.
Props JoeFusco. Fixes #35787. git-svn-id: https://develop.svn.wordpress.org/trunk@36579 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -132,6 +132,7 @@
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
-webkit-backface-visibility: hidden; /* Prevents flicker of the screenshot on hover. */
|
||||
-webkit-transition: opacity 0.2s ease-in-out;
|
||||
transition: opacity 0.2s ease-in-out;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user