IE8 doesn't support ::before and ::after pseudo-elements. Replace them with :before and :after.

props andrezrv, DrewAPicture, ocean90.
fixes #28082.

git-svn-id: https://develop.svn.wordpress.org/trunk@29314 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90)
2014-07-28 15:51:02 +00:00
parent 41360a0086
commit 70a6b6390c
5 changed files with 32 additions and 24 deletions
+1 -1
View File
@@ -408,7 +408,7 @@ table.diff .diff-addedline ins {
z-index: 10000;
}
.arrow::after {
.arrow:after {
z-index: 9999;
background-color: #fff;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);