Skip to content

Commit

Permalink
Active order field underline text decoration.
Browse files Browse the repository at this point in the history
  • Loading branch information
zemkogabor committed Nov 23, 2023
1 parent 0e668ea commit 592805d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap-vue-wrapper",
"version": "1.11.0",
"version": "1.11.1",
"description": "Bootstrap 5 components in Vue3 warapper.",
"author": "Gabor Zemko <gaborzemko@gmail.com>",
"homepage": "https://github.com/zemkogabor/bootstrap-vue-wrapper",
Expand Down
1 change: 1 addition & 0 deletions src/components/bs-table/BsTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<th
:class="{
'cursor-pointer': isSortableField(field),
'text-decoration-underline': isActiveOrderBy(field.key),
thClass,
}"
@click="onHeadClick(field)"
Expand Down

0 comments on commit 592805d

Please sign in to comment.