Skip to content

Commit 5f9e33b

Browse files
committed
fix(data-table): styles for data-table sorting
fixes #4377
1 parent a620a99 commit 5f9e33b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/core/components/data-table/data-table.less

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -178,11 +178,8 @@
178178
opacity: 0.87 !important;
179179
}
180180
}
181-
.sortable-cell.sortable-asc {
182-
}
183-
.sortable-cell.sortable-desc,
184181
.sortable-cell.sortable-desc,
185-
.table-head-label {
182+
.sortable-cell.sortable-desc .table-head-label {
186183
&:after,
187184
&:before {
188185
transform: rotate(180deg) !important;

0 commit comments

Comments
 (0)