IE8 doesn't support ::before and ::after pseudo-elements. Replace them with :before and :after.
props andrezrv, DrewAPicture, ocean90. fixes #28082. Built from https://develop.svn.wordpress.org/trunk@29314 git-svn-id: http://core.svn.wordpress.org/trunk@29095 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -746,7 +746,7 @@ h3.dashboard-widget-title small,
|
||||
}
|
||||
|
||||
/* @todo can we combine these into a class or use an existing dashicon one? */
|
||||
#welcome-panel.welcome-panel .welcome-panel-close::before,
|
||||
#welcome-panel.welcome-panel .welcome-panel-close:before,
|
||||
.tagchecklist span a:before,
|
||||
#bulk-titles div a:before {
|
||||
background: none;
|
||||
@@ -756,12 +756,20 @@ h3.dashboard-widget-title small,
|
||||
font: normal 16px/1 'dashicons';
|
||||
speak: none;
|
||||
height: 20px;
|
||||
margin: 2px 0;
|
||||
text-align: center;
|
||||
width: 20px;
|
||||
-webkit-font-smoothing: antialiased !important;
|
||||
}
|
||||
|
||||
#welcome-panel.welcome-panel .welcome-panel-close:before {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.tagchecklist span a:before,
|
||||
#bulk-titles div a:before {
|
||||
margin: 2px 0;
|
||||
}
|
||||
|
||||
#welcome-panel.welcome-panel .welcome-panel-close:hover:before,
|
||||
.tagchecklist span a:hover:before,
|
||||
#bulk-titles div a:hover:before {
|
||||
|
||||
Reference in New Issue
Block a user