Customizer: Fresh colors for Reorder Done button.
When reordering Widgets or Menus, the red colorcould suggest it would cancel the changes, rather than save them. The blue suggests it's clickable and is more in line with the Close link on open Widgets. Fixes #32811. Built from https://develop.svn.wordpress.org/trunk@33012 git-svn-id: http://core.svn.wordpress.org/trunk@32983 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -142,7 +142,12 @@
|
||||
|
||||
.reordering .reorder-done {
|
||||
display: block;
|
||||
color: #aa0000;
|
||||
color: #0073aa;
|
||||
}
|
||||
|
||||
.reordering .reorder-done:hover,
|
||||
.reordering .reorder-done:active {
|
||||
color: #00a0d2;
|
||||
}
|
||||
|
||||
#customize-theme-controls .reordering .add-new-widget {
|
||||
|
||||
Reference in New Issue
Block a user