Make WordPress Core

Changeset 39301


Ignore:
Timestamp:
11/18/2016 09:05:33 PM (8 years ago)
Author:
helen
Message:

Autoprefixer for [39249].

Fixes one errant value and re-aligns some existing prefixed property values so they don't get doubled when precommit/postcss is run again in the future.

props davidakennedy.
see #29158.

Location:
trunk/src/wp-admin/css
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/customize-controls.css

    r39249 r39301  
    192192    border-bottom: 1px solid #ddd;
    193193    border-left: 4px solid #fff;
     194    -webkit-transition: .15s color ease-in-out,
     195                .15s background-color ease-in-out,
     196                .15s border-color ease-in-out;
    194197    transition: .15s color ease-in-out,
    195198                .15s background-color ease-in-out,
     
    451454    cursor: pointer;
    452455    -webkit-transition: color .15s ease-in-out,
    453                         border-color .15s ease-in-out,
    454                         background .15s ease-in-out;
    455     transition: color .1s ease-in-out,
     456                border-color .15s ease-in-out,
     457                background .15s ease-in-out;
     458    transition: color .15s ease-in-out,
    456459                border-color .15s ease-in-out,
    457460                background .15s ease-in-out;
     
    477480    cursor: pointer;
    478481    -webkit-transition: color .15s ease-in-out,
    479                         border-color .15s ease-in-out,
    480                         background .15s ease-in-out;
     482                border-color .15s ease-in-out,
     483                background .15s ease-in-out;
    481484    transition: color .15s ease-in-out,
    482485                border-color .15s ease-in-out,
     
    17761779    border-bottom: 1px solid #ddd;
    17771780    border-left: 4px solid #fff;
     1781    -webkit-transition: .15s color ease-in-out,
     1782                .15s background-color ease-in-out,
     1783                .15s border-color ease-in-out;
    17781784    transition: .15s color ease-in-out,
    17791785                .15s background-color ease-in-out,
  • trunk/src/wp-admin/css/themes.css

    r39249 r39301  
    16421642    border-top: 1px solid transparent;
    16431643    border-bottom: 4px solid transparent;
     1644    -webkit-transition: .15s color ease-in-out,
     1645                .15s background-color ease-in-out,
     1646                .15s border-color ease-in-out;
    16441647    transition: .15s color ease-in-out,
    16451648                .15s background-color ease-in-out,
Note: See TracChangeset for help on using the changeset viewer.