Make WordPress Core

Ticket #45559: all.patch

File all.patch, 1.3 KB (added by man4toman, 6 years ago)

All

  • wp-admin/css/common.css

     
    24522452        font-weight: 400;
    24532453        font-style: normal;
    24542454        vertical-align: top;
    2455         transition: color .1s ease-in 0;
     2455        transition: color .1s ease-in 0s;
    24562456        text-align: center;
    24572457        color: #ffb900;
    24582458}
  • wp-admin/css/themes.css

     
    11811181        display: inline-block;
    11821182        line-height: 1;
    11831183        text-align: center;
    1184         transition: background-color .1s ease-in 0;
     1184        transition: background-color .1s ease-in 0s;
    11851185}
    11861186
    11871187.background-position-control .background-position-center-icon {
  • wp-includes/css/dashicons.css

     
    2525        font-style: normal;
    2626        vertical-align: top;
    2727        text-align: center;
    28         transition: color .1s ease-in 0;
     28        transition: color .1s ease-in 0s;
    2929        -webkit-font-smoothing: antialiased;
    3030        -moz-osx-font-smoothing: grayscale;
    3131}