Upgrade/Install: Update 'show details' button change.
Add a up/down arrow for visual affordance about the purpose of the button link; change button text from "Show details" to "More details". Props krupajnanda, subrataemfluence, audrasjb, afercia, nrqsnchz, joedolson. Fixes #44714. Built from https://develop.svn.wordpress.org/trunk@56027 git-svn-id: http://core.svn.wordpress.org/trunk@55539 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -554,6 +554,14 @@ code {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.js-update-details-toggle .dashicons {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.js-update-details-toggle[aria-expanded="true"] .dashicons::before {
|
||||
content: "\f142";
|
||||
}
|
||||
|
||||
.no-js .widefat thead .check-column input,
|
||||
.no-js .widefat tfoot .check-column input {
|
||||
display: none;
|
||||
|
||||
2
wp-admin/css/common-rtl.min.css
vendored
2
wp-admin/css/common-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -553,6 +553,14 @@ code {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.js-update-details-toggle .dashicons {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.js-update-details-toggle[aria-expanded="true"] .dashicons::before {
|
||||
content: "\f142";
|
||||
}
|
||||
|
||||
.no-js .widefat thead .check-column input,
|
||||
.no-js .widefat tfoot .check-column input {
|
||||
display: none;
|
||||
|
||||
2
wp-admin/css/common.min.css
vendored
2
wp-admin/css/common.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user