Make WordPress Core


Ignore:
Timestamp:
04/22/2021 10:56:40 PM (3 years ago)
Author:
desrosj
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/css/media-views.css

    r50571 r50784  
    610610    border-right-color: #c3c4c7;
    611611    -webkit-user-select: none;
    612     -ms-user-select: none;
    613612    user-select: none;
    614613}
     
    949948    text-align: center;
    950949    -webkit-user-select: none;
    951     -ms-user-select: none;
    952950    user-select: none;
    953951    width: 25%;
Note: See TracChangeset for help on using the changeset viewer.