Browse Source

hide cursor when no controller

DIYgod 7 years ago
parent
commit
a3883ec046
4 changed files with 2 additions and 0 deletions
  1. 0 0
      dist/DPlayer.min.css
  2. 0 0
      dist/DPlayer.min.css.map
  3. 0 0
      dist/DPlayer.min.js.map
  4. 2 0
      src/DPlayer.scss

File diff suppressed because it is too large
+ 0 - 0
dist/DPlayer.min.css


File diff suppressed because it is too large
+ 0 - 0
dist/DPlayer.min.css.map


File diff suppressed because it is too large
+ 0 - 0
dist/DPlayer.min.js.map


+ 2 - 0
src/DPlayer.scss

@@ -88,6 +88,8 @@
     }
 
     &.dplayer-hide-controller {
+        cursor: none;
+
         .dplayer-controller-mask {
             opacity: 0;
             transform: translateY(100%);

Some files were not shown because too many files changed in this diff