Skip to content

Commit

Permalink
fix(list): data-value on <div> list items is ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
lubber-de authored and Sean committed Oct 30, 2018
1 parent 216f03f commit 6af1487
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/definitions/elements/list.less
Original file line number Diff line number Diff line change
Expand Up @@ -648,8 +648,8 @@ ol.ui.inverted.list li:before,
}

/* Value */
.ui.ordered.list > .list > .item[data-value],
.ui.ordered.list > .item[data-value] {
.ui.ordered.list .list > .item[data-value]:before,
.ui.ordered.list > .item[data-value]:before {
content: attr(data-value);
}
ol.ui.list li[value]:before {
Expand Down

0 comments on commit 6af1487

Please sign in to comment.