|
|
@ -639,6 +639,15 @@ ol.ui.inverted.list li:before, |
|
|
|
color: @orderedInvertedCountColor; |
|
|
|
} |
|
|
|
|
|
|
|
/* Value */ |
|
|
|
.ui.ordered.list > .list > .item[data-value], |
|
|
|
.ui.ordered.list > .item[data-value] { |
|
|
|
content: attr(data-value); |
|
|
|
} |
|
|
|
ol.ui.list li[value]:before { |
|
|
|
content: attr(value); |
|
|
|
} |
|
|
|
|
|
|
|
/* Child Lists */ |
|
|
|
ol.ui.list ol, |
|
|
|
.ui.ordered.list .list { |
|
|
|