Parcourir la source

refactor: Remove unused styles

Donald Silveira il y a 8 ans
Parent
commit
91b9a9e9a4
1 fichiers modifiés avec 0 ajouts et 28 suppressions
  1. 0 28
      src/DPlayer.scss

+ 0 - 28
src/DPlayer.scss

@@ -530,10 +530,6 @@
                 }
             }
 
-            .dplayer-fill {
-                fill: #fff;
-            }
-
             .dplayer-volume {
                 position: relative;
                 display: inline-block;
@@ -803,18 +799,6 @@
                         top: 5px;
                         left: 7px;
                         padding: 0;
-                        opacity: 1;
-
-                        &:hover {
-                            .dplayer-fill {
-                                fill: #aaa;
-                            }
-                        }
-
-                        .dplayer-fill {
-                            transition: all .2s ease-in-out;
-                            fill: #ddd;
-                        }
                     }
 
                     .dplayer-comment-setting-box {
@@ -945,18 +929,6 @@
                         top: 6px;
                         right: 7px;
                         padding: 0;
-                        opacity: 1;
-
-                        &:hover {
-                            .dplayer-fill {
-                                fill: #aaa;
-                            }
-                        }
-
-                        .dplayer-fill {
-                            transition: all .2s ease-in-out;
-                            fill: #ddd;
-                        }
                     }
                 }
             }