Make WordPress Core


Ignore:
Timestamp:
07/16/2017 01:14:36 AM (9 years ago)
Author:
jorbin
Message:

Update autoprefixer browser support matrix

WordPress no longer supports many old old browsers: https://make.wordpress.org/core/2017/04/23/target-browser-coverage/

This also removes alot of no longer necessary CSS. It served us well, but we are never getting back together with IE8,9,10.

So, in the (paraphrased) words of Taylor Swift:

I remember when we dropped support the first time
Saying, "This is it, I've had enough, " 'cause like
We hadn't seen many users in a month
When you said you needed flexbox. (What?)
Then you postMessage again and say
"IE8, I miss you and I swear I'm gonna change, trust me."
Remember how that lasted for a day?
I say, "I hate the box model, " we break up, you call me, "I love css-grids."
Ooh, we called it off again last night
But ooh, this time I'm telling you, I'm telling you

We are never ever ever supporting IE 8,9,10,
We are never ever ever supporting IE 8,9,10,
You go talk to EDGE, talk to my FIREFOX, talk to CHROME
But we are never ever ever ever getting back together
Like, ever...

Fixes #37651.
Props stunnedbeast, netweb, jorbin.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/css/customize-preview.css

    r39685 r41062  
    11.customize-partial-refreshing {
    22    opacity: 0.25;
    3     -webkit-transition: opacity 0.25s;
    43    transition: opacity 0.25s;
    54    cursor: progress;
     
    87/* Override highlight when refreshing */
    98.customize-partial-refreshing.widget-customizer-highlighted-widget {
    10     -webkit-box-shadow: none;
    119    box-shadow: none;
    1210}
     
    2422    background: transparent;
    2523    color: transparent;
    26     -webkit-box-shadow: none;
    2724    box-shadow: none;
    2825    outline: none;
     
    4946    z-index: 5;
    5047    background: #0085ba !important;
    51     -webkit-border-radius: 50%;
    5248    border-radius: 50%;
    5349    border: 2px solid #fff;
    54     -webkit-box-shadow: 0 2px 1px rgba(46,68,83,0.15);
    5550    box-shadow: 0 2px 1px rgba(46,68,83,0.15);
    5651    text-align: center;
    5752    cursor: pointer;
    58     -webkit-box-sizing: border-box;
    59     -moz-box-sizing: border-box;
    6053    box-sizing: border-box;
    6154    padding: 3px;
     
    8982
    9083.customize-partial-edit-shortcut button:focus {
    91     -webkit-box-shadow: 0 0 0 2px #008ec2;
    9284    box-shadow: 0 0 0 2px #008ec2;
    9385}
Note: See TracChangeset for help on using the changeset viewer.