mirror of
git://develop.git.wordpress.org/
synced 2025-02-24 16:43:06 +01:00
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:
parent
66ec958a5f
commit
7e16474308
@ -1284,6 +1284,7 @@ body.cheatin p {
|
|||||||
|
|
||||||
/* Reordering */
|
/* Reordering */
|
||||||
.reorder-toggle {
|
.reorder-toggle {
|
||||||
|
color: #0073aa;
|
||||||
float: right;
|
float: right;
|
||||||
padding: 5px 8px;
|
padding: 5px 8px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
@ -1295,6 +1296,10 @@ body.cheatin p {
|
|||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.reorder-toggle:hover {
|
||||||
|
color: #00a0d2;
|
||||||
|
}
|
||||||
|
|
||||||
.reorder-toggle:focus {
|
.reorder-toggle:focus {
|
||||||
outline: 1px dotted;
|
outline: 1px dotted;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user