mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-02 08:10:04 +00:00
Themes: Use pointer when hovering on theme details button.
Use the pointer cursor when hovering over the theme details button for consistency with the theme card. Clicking in either area performs the same action. Props multidots1896, rehanali, ravipatel, sabernhardt, ryokuhi. Fixes #54971. git-svn-id: https://develop.svn.wordpress.org/trunk@52944 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -172,6 +172,7 @@ body.js .theme-browser.search-loading {
|
||||
border-radius: 3px;
|
||||
border: none;
|
||||
transition: opacity 0.1s ease-in-out;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.theme-browser .theme .more-details:focus {
|
||||
|
||||
Reference in New Issue
Block a user