]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix glitch when updating player volume
authorChocobozzz <me@florianbigard.com>
Thu, 14 Jun 2018 08:47:07 +0000 (10:47 +0200)
committerChocobozzz <me@florianbigard.com>
Thu, 14 Jun 2018 08:47:07 +0000 (10:47 +0200)
client/src/sass/player/peertube-skin.scss

index 75c6a0e5cbcd4b859367ced6d3934c41acd4c287..df71055adcdf94727f342abe589c21895beab6fe 100644 (file)
     }
 
     .vjs-progress-control:hover .vjs-slider,
-    .vjs-slider.vjs-sliding {
+    .vjs-progress-control .vjs-slider.vjs-sliding {
       height: 5px;
 
       .vjs-play-progress::before {
         max-height: 14px;
         height: 100%;
       }
+
+      &:focus {
+        text-shadow: none;
+        box-shadow: none;
+      }
     }
 
     .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,