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. Built from https://develop.svn.wordpress.org/trunk@52944 git-svn-id: http://core.svn.wordpress.org/trunk@52533 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
88e428a2e1
commit
e24bf8c2c9
|
@ -173,6 +173,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 {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -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 {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.0-alpha-52943';
|
||||
$wp_version = '6.0-alpha-52944';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue