mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
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. git-svn-id: https://develop.svn.wordpress.org/trunk@56027 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user