Skip to content

Instantly share code, notes, and snippets.

@mikecole
Created July 20, 2018 21:04
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 mikecole/142ab301fc823c4dcc81216e0cde6ff7 to your computer and use it in GitHub Desktop.
Save mikecole/142ab301fc823c4dcc81216e0cde6ff7 to your computer and use it in GitHub Desktop.
Style to fix Vuetify data-table header icon spinning
...
<v-icon class='no-rotate' small>filter_list</v-icon>
...
.v-datatable thead th.column.sortable.active.desc .no-rotate {
transform: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment