[wp-trac] [WordPress Trac] #54971: In WordPress 5.9 in appearance menu has themes options not showing cursor on theme details title

WordPress Trac noreply at wordpress.org
Fri Jan 28 12:24:28 UTC 2022


#54971: In WordPress 5.9 in appearance menu has themes options not showing cursor
on theme details title
-----------------------------+------------------------------
 Reporter:  multidots1896    |       Owner:  (none)
     Type:  feature request  |      Status:  new
 Priority:  normal           |   Milestone:  Awaiting Review
Component:  General          |     Version:  5.9
 Severity:  normal           |  Resolution:
 Keywords:  has-screenshots  |     Focuses:  ui, css
-----------------------------+------------------------------

Comment (by multidots1896):

 Need to add cursor:pointer css for it

 .theme-browser .theme .more-details {
         -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
         opacity: 0;
         position: absolute;
         top: 35%;
         right: 20%;
         left: 20%;
         width: 60%;
         background: #1d2327;
         background: rgba(0, 0, 0, 0.7);
         color: #fff;
         font-size: 15px;
         text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
         -webkit-font-smoothing: antialiased;
         font-weight: 600;
         padding: 15px 12px;
         text-align: center;
         border-radius: 3px;
         border: none;
         transition: opacity 0.1s ease-in-out;
         cursor: pointer;
 }

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/54971#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list