Created
July 20, 2018 21:04
-
-
Save mikecole/142ab301fc823c4dcc81216e0cde6ff7 to your computer and use it in GitHub Desktop.
Style to fix Vuetify data-table header icon spinning
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
<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