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:
Peter Wilson 2022-03-17 04:32:32 +00:00
parent 9d1466908b
commit 92827a9508

View File

@ -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 {