Make WordPress Core

Ticket #30664: 30664.patch

File 30664.patch, 800 bytes (added by azaozz, 11 years ago)
  • src/wp-includes/css/editor.css

     
    166166        box-sizing: border-box;
    167167        margin-bottom: 8px;
    168168        position: absolute;
    169         opacity: 0;
    170169        -moz-user-select: none;
    171170        -webkit-user-select: none;
    172171        -ms-user-select: none;
     
    183182        margin-top: 8px;
    184183}
    185184
    186 div.mce-inline-toolbar-grp.mce-inline-toolbar-grp-active {
    187         -webkit-transition:
    188                 top 0.1s ease-out,
    189                 left 0.1s ease-out,
    190                 opacity 0.1s ease-in-out;
    191         transition:
    192                 top 0.1s ease-out,
    193                 left 0.1s ease-out,
    194                 opacity 0.1s ease-in-out;
    195         opacity: 1;
    196 }
    197 
    198185div.mce-inline-toolbar-grp:before,
    199186div.mce-inline-toolbar-grp:after {
    200187        position: absolute;