Fix style conflict with Foundation
This commit is contained in:
@@ -16,20 +16,23 @@
|
|||||||
.sp-data-table .sorting:after {
|
.sp-data-table .sorting:after {
|
||||||
content: "\f156";
|
content: "\f156";
|
||||||
color: transparent;
|
color: transparent;
|
||||||
|
position: absolute;
|
||||||
}
|
}
|
||||||
.sp-data-table .sorting_asc:after {
|
.sp-data-table .sorting_asc:after {
|
||||||
content: "\f142";
|
content: "\f142";
|
||||||
|
position: absolute;
|
||||||
}
|
}
|
||||||
.sp-data-table .sorting_desc:after {
|
.sp-data-table .sorting_desc:after {
|
||||||
content: "\f140";
|
content: "\f140";
|
||||||
|
position: absolute;
|
||||||
}
|
}
|
||||||
.sp-data-table .column-number.sorting_asc {
|
.sp-data-table .data-number.sorting_asc {
|
||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
.sp-data-table .column-number:after {
|
.sp-data-table .data-number:after {
|
||||||
content: "";
|
content: "";
|
||||||
}
|
}
|
||||||
.sp-data-table .column-name .logo {
|
.sp-data-table .data-name .logo {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
height: 2em;
|
height: 2em;
|
||||||
width: auto;
|
width: auto;
|
||||||
|
|||||||
Reference in New Issue
Block a user