Make WordPress Core

Ticket #49461: 49461.patch

File 49461.patch, 563 bytes (added by hiddeninfotech, 5 years ago)
  • src/wp-admin/css/themes.css

    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 { 
    184184        opacity: 1;
    185185}
    186186
     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
    187194/* Current theme needs to have its action always on view */
    188195.theme-browser .theme.active:focus .theme-actions {
    189196        display: block;