zwplayer-vue2x 1.0.2 → 1.0.3

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.2",
3
+ "version": "1.0.3",
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",
@@ -1103,8 +1103,11 @@
1103
1103
  }
1104
1104
 
1105
1105
  .zwp__time-rail:hover .zwp__time-chapter .zwp__chapter_dot {
1106
- width: 10px;
1107
1106
  height: 10px;
1107
+ }
1108
+
1109
+ .zwp__time-rail:hover .zwp__time-chapter .zwp__chapter_dot:not(.zwp_bar) {
1110
+ width: 10px;
1108
1111
  margin-left: -5px;
1109
1112
  }
1110
1113