Skip to content

Commit

Permalink
Remove text decoration from data table links
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmiyaji committed Oct 23, 2014
1 parent 9196d82 commit b61c1fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions assets/css/sportspress.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@
.sp-data-table thead .sorting_desc_disabled {
cursor: pointer;
}
.sp-data-table tbody a {
text-decoration: none;
}
.sp-data-table .sorting:after,
.sp-data-table .sorting_asc:after,
.sp-data-table .sorting_desc:after {
Expand Down

0 comments on commit b61c1fb

Please sign in to comment.