From 92827a9508f2c8f98a9552eec0e74a44432bb940 Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Thu, 17 Mar 2022 04:32:32 +0000 Subject: [PATCH] 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 --- src/wp-admin/css/themes.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wp-admin/css/themes.css b/src/wp-admin/css/themes.css index 893a4f9fbe..aedecd5b32 100644 --- a/src/wp-admin/css/themes.css +++ b/src/wp-admin/css/themes.css @@ -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 {