zwplayer-vue2x 1.0.20 → 1.0.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zwplayer-vue2x",
3
- "version": "1.0.20",
3
+ "version": "1.0.21",
4
4
  "description": "A fully functional and lightweight free open-source web player",
5
5
  "main": "lib/zwplayervue2.umd.min.js",
6
6
  "keyword": "zwplayervue2, zwplayer-vue2x, zero-web-player",
@@ -1605,12 +1605,15 @@
1605
1605
  .zwp-chapterlist li .item-content .desc {
1606
1606
  font-size: 14px;
1607
1607
  padding: 3px 0;
1608
- color: rgb(251 251 251 / 50%);
1608
+ color: rgb(251 251 251 / 40%);
1609
1609
  margin-top: 0px;
1610
1610
  display: block;
1611
1611
  line-height: 14px;
1612
1612
  overflow: hidden;
1613
1613
  }
1614
+ .zwp-chapterlist li:hover .item-content .desc {
1615
+ color: rgb(251 251 251 / 72%);
1616
+ }
1614
1617
 
1615
1618
  .zwp-list-inner {
1616
1619
  width: 100%;