@latest-thinking/lt-player 1.2.0-a → 1.2.0

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": "@latest-thinking/lt-player",
3
- "version": "1.2.0-a",
3
+ "version": "1.2.0",
4
4
  "description": "LT player.",
5
5
  "main": "dist/js/lt-player-main.js",
6
6
  "module": "dist/js/lt-player-main.js",
@@ -384,14 +384,6 @@
384
384
  min-width: 60px;
385
385
  height: 34px;
386
386
  margin-left: 10px;
387
-
388
- &:has(.subtitles-body__input-switch[disabled]) {
389
- .subtitles-body {
390
- &__slider {
391
- cursor: not-allowed;
392
- }
393
- }
394
- }
395
387
  }
396
388
 
397
389
  &__input-switch {
@@ -509,4 +501,4 @@
509
501
  }
510
502
  }
511
503
  }
512
- }
504
+ }