# HG changeset patch # User ymh # Date 1482181109 -3600 # Node ID b621657bb436d837079e91592eed94383b46d66d # Parent ce52f0fca330511f51bd724edfe46b0fa6b0dabf remove unnecessary comments diff -r ce52f0fca330 -r b621657bb436 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;