Remove text decoration from data table links
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user