diff --git a/src/wp-admin/css/themes.css b/src/wp-admin/css/themes.css
index e4f73890ee..7b13614e1d 100644
|
a
|
b
|
body.js .theme-browser.search-loading { |
| 184 | 184 | opacity: 1; |
| 185 | 185 | } |
| 186 | 186 | |
| | 187 | @media only screen and ( min-width: 769px ) { |
| | 188 | .theme-browser.rendered .theme:hover .theme-name, |
| | 189 | .theme-browser.rendered .theme:focus .theme-name { |
| | 190 | width: 40%; |
| | 191 | } |
| | 192 | } |
| | 193 | |
| 187 | 194 | /* Current theme needs to have its action always on view */ |
| 188 | 195 | .theme-browser .theme.active:focus .theme-actions { |
| 189 | 196 | display: block; |