Make WordPress Core

Ticket #56066: 56066.diff

File 56066.diff, 939 bytes (added by shailu25, 7 months ago)

Patch Refreshed.

  • src/wp-admin/css/themes.css

    diff --git a/src/wp-admin/css/themes.css b/src/wp-admin/css/themes.css
    index a68abbca04..98b833b9bb 100644
    a b body.js .theme-browser.search-loading { 
    124124        overflow: hidden;
    125125        position: relative;
    126126        -webkit-backface-visibility: hidden; /* Prevents flicker of the screenshot on hover. */
    127         transition: opacity 0.2s ease-in-out;
     127        transition: opacity 0.3s linear;
    128128}
    129129
    130130.theme-browser .theme .theme-screenshot:after {
    body.js .theme-browser.search-loading { 
    139139        left: 0;
    140140        top: 0;
    141141        width: 100%;
    142         transition: opacity 0.2s ease-in-out;
     142        transition: opacity 0.3s linear;
    143143}
    144144
    145145.theme-browser .theme:hover .theme-screenshot,
    body.js .theme-browser.search-loading { 
    171171        text-align: center;
    172172        border-radius: 3px;
    173173        border: none;
    174         transition: opacity 0.1s ease-in-out;
     174        transition: opacity 0.3s linear;
    175175        cursor: pointer;
    176176}
    177177