Skip to content

Instantly share code, notes, and snippets.

@danielbachhuber
Created July 19, 2016 22:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielbachhuber/39b905e90017f69621753a09f346db4a to your computer and use it in GitHub Desktop.
Save danielbachhuber/39b905e90017f69621753a09f346db4a to your computer and use it in GitHub Desktop.
Visually indicate draggable elements in the Customizer
.widget-title h3:before,
.menu.ui-sortable .item-title:before {
content: "↕";
font-size: 1.4em;
vertical-align: middle;
margin-right: 4px;
color: #989898;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment