Apply a no-op CSS transformation to the admin toolbar (among other elements) in order to trigger hardware acceleration when focus/DFW deactivates. This helps prevent rendering issues seen in browsers on Retina devices.
See #30516 Props joemcgill Built from https://develop.svn.wordpress.org/trunk@30708 git-svn-id: http://core.svn.wordpress.org/trunk@30698 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -1283,6 +1283,7 @@ table.links-table {
|
||||
transition-property: opacity;
|
||||
-webkit-transition-timing-function: ease-in-out;
|
||||
transition-timing-function: ease-in-out;
|
||||
transform: translateZ(0);
|
||||
}
|
||||
|
||||
.focus-on #adminmenuback,
|
||||
|
||||
Reference in New Issue
Block a user