Skip to content

Commit 99317d7

Browse files
authored
Merge pull request #11 from mmuffins/dev
Improve readability of listview items
2 parents 3a69a81 + cdbce4a commit 99317d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

skin/skin_listview_add.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424

2525
&[data-hover] {
2626
background-color: @warning2Color;
27+
color: @textColor !important;
2728
}
2829

2930
.clickable:hover {
@@ -42,7 +43,7 @@
4243
}
4344

4445
.lvItem[data-selected] .ratingCanvas[data-hover] .ratingStar, .lvItem.itemNowPlaying[data-selected] .ratingStar, .lvItem[data-selected] .itemNowPlaying .ratingStar {
45-
fill: mix(@warningColor, @invertedColor, 90%);
46+
fill: @textColor;
4647
}
4748

4849
.lvItem[data-selected] {

0 commit comments

Comments
 (0)