Remove text decoration from data table links

This commit is contained in:
Brian Miyaji
2014-10-23 15:34:47 +11:00
parent 9196d82aa7
commit b61c1fb7a8

View File

@@ -42,6 +42,9 @@
.sp-data-table thead .sorting_desc_disabled { .sp-data-table thead .sorting_desc_disabled {
cursor: pointer; cursor: pointer;
} }
.sp-data-table tbody a {
text-decoration: none;
}
.sp-data-table .sorting:after, .sp-data-table .sorting:after,
.sp-data-table .sorting_asc:after, .sp-data-table .sorting_asc:after,
.sp-data-table .sorting_desc:after { .sp-data-table .sorting_desc:after {