Skip to content
This repository was archived by the owner on Apr 2, 2019. It is now read-only.

Commit 7125d76

Browse files
committed
Remove underline in the column header's sort caret
1 parent b4c34b8 commit 7125d76

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

lib/backgrid.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
}
5353

5454
.backgrid th.sortable a {
55+
text-decoration: none;
5556
white-space: nowrap;
5657
cursor: pointer;
5758
}

src/backgrid.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
.backgrid th.sortable a {
5555
white-space: nowrap;
5656
cursor: pointer;
57+
text-decoration: none;
5758
}
5859

5960
.backgrid thead th {

0 commit comments

Comments
 (0)