Skip to content

Commit 592805d

Browse files
committed
Active order field underline text decoration.
1 parent 0e668ea commit 592805d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-vue-wrapper",
3-
"version": "1.11.0",
3+
"version": "1.11.1",
44
"description": "Bootstrap 5 components in Vue3 warapper.",
55
"author": "Gabor Zemko <[email protected]>",
66
"homepage": "https://github.com/zemkogabor/bootstrap-vue-wrapper",

src/components/bs-table/BsTable.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<th
77
:class="{
88
'cursor-pointer': isSortableField(field),
9+
'text-decoration-underline': isActiveOrderBy(field.key),
910
thClass,
1011
}"
1112
@click="onHeadClick(field)"

0 commit comments

Comments
 (0)