mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
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:
@@ -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" */
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user