remove unnecessary comments
authorymh <ymh.work@gmail.com>
Mon, 19 Dec 2016 21:58:29 +0100
changeset 478 b621657bb436
parent 477 ce52f0fca330
child 479 e7df0b5b09b6
remove unnecessary comments
cms/app-client/app/styles/components/player-sound-control.scss
--- a/cms/app-client/app/styles/components/player-sound-control.scss	Mon Dec 19 21:58:02 2016 +0100
+++ b/cms/app-client/app/styles/components/player-sound-control.scss	Mon Dec 19 21:58:29 2016 +0100
@@ -139,47 +139,6 @@
     outline-offset: -1px;
   }
 
-  // .volume-slider::-ms-track {
-  //   display:none;
-  //   width: 50px;
-  //   height: 5px;
-
-  //   /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
-  //   background-color: transparent;
-
-  //   /*leave room for the larger thumb to overflow with a transparent border */
-  //   border-color: transparent;
-  //   border-width: 6px 0;
-
-  //   /*remove default tick marks*/
-  //   color: transparent;
-  // }
-  // .volume-slider::-ms-fill-lower {
-  //   background-color: $corpus-light-blue;
-  //   border-radius: 11px;
-  // }
-  // .volume-slider::-ms-fill-upper {
-  //   background-color: #ddd;
-  //   border-radius: 11px;
-  // }
-  // .volume-slider::-ms-thumb {
-  //   border: none;
-  //   height: 11px;
-  //   width: 11px;
-  //   border-radius: 50%;
-  //   background: $corpus-blue;
-  // }
-  // .volume-slider[disabled]::-ms-thumb {
-  //   background: $corpus-grey;
-  // }
-
-  // .volume-slider:focus::-ms-fill-lower {
-  //   background: $corpus-light-blue;
-  // }
-  // .volume-slider:focus::-ms-fill-upper {
-  //   background: #ccc;
-  // }
-
   #sound-control-scale-minus {
     position: absolute;
     top: 67px;