Skip to content

Commit

Permalink
Less: change icon mixin from 'selector' to 'parametrized' (#11763)
Browse files Browse the repository at this point in the history
  • Loading branch information
babich-a authored Jan 30, 2020
1 parent 5360104 commit deeffca
Show file tree
Hide file tree
Showing 50 changed files with 397 additions and 424 deletions.
10 changes: 5 additions & 5 deletions styles/widgets/base/dataGrid.less
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
background-color: @datagrid-base-background-color;

.dx-sort-up {
.dx-icon-sortup;
.dx-icon(sortup);
}

.dx-sort-down {
.dx-icon-sortdown;
.dx-icon(sortdown);
}

.dx-sort-down,
Expand Down Expand Up @@ -97,7 +97,7 @@
.dx-header-filter {
position: relative;
color: @HEADER_FILTER_COLOR;
.dx-icon-filter;
.dx-icon(filter);
}

.dx-header-filter-empty {
Expand Down Expand Up @@ -197,7 +197,7 @@
}

.dx-command-drag .dx-datagrid-drag-icon {
.dx-icon-dragvertical;
.dx-icon(dragvertical);
}
}

Expand Down Expand Up @@ -236,7 +236,7 @@

.dx-datagrid-adaptive-more {
cursor: pointer;
.dx-icon-more;
.dx-icon(more);
.dx-icon-sizing(21px);
}

Expand Down
Loading

0 comments on commit deeffca

Please sign in to comment.