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 { |
| 124 | 124 | overflow: hidden; |
| 125 | 125 | position: relative; |
| 126 | 126 | -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; |
| 128 | 128 | } |
| 129 | 129 | |
| 130 | 130 | .theme-browser .theme .theme-screenshot:after { |
| … |
… |
body.js .theme-browser.search-loading { |
| 139 | 139 | left: 0; |
| 140 | 140 | top: 0; |
| 141 | 141 | width: 100%; |
| 142 | | transition: opacity 0.2s ease-in-out; |
| | 142 | transition: opacity 0.3s linear; |
| 143 | 143 | } |
| 144 | 144 | |
| 145 | 145 | .theme-browser .theme:hover .theme-screenshot, |
| … |
… |
body.js .theme-browser.search-loading { |
| 171 | 171 | text-align: center; |
| 172 | 172 | border-radius: 3px; |
| 173 | 173 | border: none; |
| 174 | | transition: opacity 0.1s ease-in-out; |
| | 174 | transition: opacity 0.3s linear; |
| 175 | 175 | cursor: pointer; |
| 176 | 176 | } |
| 177 | 177 | |