Make WordPress Core

Changeset 31185


Ignore:
Timestamp:
01/15/2015 11:28:39 PM (10 years ago)
Author:
azaozz
Message:

TinyMCE: remove the fade in/out when opening/closing native modals to match the rest of our UI. Props afercia, avryl. Fixes #27388.

File:
1 edited

Legend:

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

    r31142 r31185  
    1414
    1515/* TinyMCE windows */
    16 #mce-modal-block.mce-in {
     16#mce-modal-block,
     17#mce-modal-block.mce-fade {
    1718    opacity: 0.7;
    1819    filter: alpha(opacity=70);
     20    -webkit-transition: none;
     21    transition: none;
    1922}
    2023
     
    2528    box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
    2629    -webkit-font-smoothing: subpixel-antialiased;
     30    -webkit-transition: none;
     31    transition: none;
    2732}
    2833
Note: See TracChangeset for help on using the changeset viewer.