Skip to content

Instantly share code, notes, and snippets.

@Tom32i
Created December 4, 2013 09:54
Show Gist options
  • Save Tom32i/7785035 to your computer and use it in GitHub Desktop.
Save Tom32i/7785035 to your computer and use it in GitHub Desktop.
sortable
.table {
.sorted {
.asc:before,
.desc:before {
content: "";
margin-right: 5px;
.caret();
}
.asc:before {
border-top: 0;
border-bottom: @caret-width-base solid @dropdown-caret-color;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment