Build/Test Tools: Remove Internet Explorer 11 from the browserslist.

This officially removes support for Internet Explorer 11 in the CSS files run through the build process in Core.

Individual tickets should be opened for removing each manually maintained area of the code base targeting IE11.

The resulting changes to CSS files are included in this commit.

Fixes #53077.

git-svn-id: https://develop.svn.wordpress.org/trunk@50784 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers
2021-04-22 22:56:40 +00:00
parent 2464d69d8d
commit e4bda140d4
14 changed files with 0 additions and 93 deletions

View File

@@ -258,7 +258,6 @@ div.mce-inline-toolbar-grp {
margin-bottom: 8px;
position: absolute;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
max-width: 98%;
z-index: 100100; /* Same as the other TinyMCE "panels" */

View File

@@ -609,7 +609,6 @@
border-right-style: solid;
border-right-color: #c3c4c7;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
@@ -948,7 +947,6 @@
list-style: none;
text-align: center;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
width: 25%;
box-sizing: border-box;