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.
Built from https://develop.svn.wordpress.org/trunk@50784


git-svn-id: http://core.svn.wordpress.org/trunk@50393 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj
2021-04-22 22:58:05 +00:00
parent 8ef335a566
commit 64b4c21c1f
63 changed files with 42 additions and 226 deletions

View File

@@ -37,7 +37,6 @@
white-space: nowrap;
text-overflow: ellipsis;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
@@ -423,7 +422,6 @@ div#widgets-left .widget-holder {
word-wrap: break-word;
-ms-word-break: break-all;
word-break: break-word;
-ms-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
}
@@ -566,7 +564,6 @@ div#widgets-right .closed .widgets-sortables {
.widgets-holder-wrap .sidebar-name,
.widgets-holder-wrap .sidebar-description {
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}