]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/player/peertube-skin.scss
Fix player icons on chrome
[github/Chocobozzz/PeerTube.git] / client / src / sass / player / peertube-skin.scss
index 7fe4ac1937ea4c6cefbd453367f17ea895450e6e..96d7526994275cbc109629664e06d078787a54af 100644 (file)
@@ -354,9 +354,10 @@ body {
         &.icon-previous {
           mask-image: url('#{$assets-path}/player/images/next.svg');
           -webkit-mask-image: url('#{$assets-path}/player/images/next.svg');
+          mask-size: cover;
+          -webkit-mask-size: cover;
 
           background-color: #fff;
-          mask-size: cover;
           width: 11px;
           height: 11px;
           margin-top: -2px;