Make WordPress Core

Changeset 29536


Ignore:
Timestamp:
08/19/2014 03:56:53 AM (12 years ago)
Author:
azaozz
Message:

TinyMCE wpView: remove CSS transition for the fake caret. Can have very annoying side effect: the whole page shifts a bit. See #28595.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/js/tinymce/skins/wordpress/wp-content.css

    r29533 r29536  
    265265        background-color: black;
    266266        background-color: currentcolor;
    267         -webkit-transition: opacity 0.15s ease-out;
    268         -moz-transition: opacity 0.15s ease-out;
    269         transition: opacity 0.15s ease-out;
    270267        opacity: 1;
    271268}
Note: See TracChangeset for help on using the changeset viewer.