Customizer: Add visual feedback to reorder buttons.

Props coreymcollins, melchoyce.
Fixes #35041.

git-svn-id: https://develop.svn.wordpress.org/trunk@36641 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2016-02-23 17:53:40 +00:00
parent 66ec958a5f
commit 7e16474308

View File

@ -1284,6 +1284,7 @@ body.cheatin p {
/* Reordering */
.reorder-toggle {
color: #0073aa;
float: right;
padding: 5px 8px;
text-decoration: none;
@ -1295,6 +1296,10 @@ body.cheatin p {
user-select: none;
}
.reorder-toggle:hover {
color: #00a0d2;
}
.reorder-toggle:focus {
outline: 1px dotted;
}