mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-11 05:50:11 +00:00
Run Autoprefixer after [31504].
This removes media queries for Opera < 12 and `-ms-animation`/`@-ms-keyframes` which was never (dev versions excluded) supported by IE. see #31337. git-svn-id: https://develop.svn.wordpress.org/trunk@31505 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1346,7 +1346,6 @@ table.links-table {
|
||||
* HiDPI Displays
|
||||
*/
|
||||
@media print,
|
||||
(-o-min-device-pixel-ratio: 5/4),
|
||||
(-webkit-min-device-pixel-ratio: 1.25),
|
||||
(min-resolution: 120dpi) {
|
||||
#content-resize-handle,
|
||||
|
||||
Reference in New Issue
Block a user