Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/entrecode/ec.components
Browse files Browse the repository at this point in the history
…into develop
  • Loading branch information
felixroos committed May 3, 2019
2 parents 336ba95 + e69f676 commit 047a4c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/style/scss/_ec-config.scss
Original file line number Diff line number Diff line change
Expand Up @@ -316,8 +316,8 @@ $ec-list-cell-is-sortable-style: () !default;
// @param {color} $ec-list-cell-is-sorted-background [inherit]
// @param {color} $ec-list-cell-is-sorted-color [inherit]
// @param {array} $ec-list-cell-is-sorted-style
$ec-list-cell-is-sorted-background: inherit;
$ec-list-cell-is-sorted-color: inherit;
$ec-list-cell-is-sorted-background: inherit !default;
$ec-list-cell-is-sorted-color: inherit !default;
$ec-list-cell-is-sorted-style: () !default;
$ec-list-cell-is-sorted-style: map-merge(
(
Expand Down

0 comments on commit 047a4c6

Please sign in to comment.