From 5097cbda4aad10cc60d3dc485dc9e9c3b1eddb17 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 10 Jan 2022 09:17:28 +0100 Subject: Add missing password field to update user api doc --- client/src/sass/player/control-bar.scss | 6 +++++- client/src/sass/player/peertube-skin.scss | 5 ----- 2 files changed, 5 insertions(+), 6 deletions(-) (limited to 'client') diff --git a/client/src/sass/player/control-bar.scss b/client/src/sass/player/control-bar.scss index dd4e33e75..2f76e599f 100644 --- a/client/src/sass/player/control-bar.scss +++ b/client/src/sass/player/control-bar.scss @@ -96,7 +96,6 @@ } } - .vjs-play-control { @include disable-outline; @@ -281,6 +280,11 @@ max-width: $control-bar-icon-size; height: 100%; max-height: $control-bar-volume-slider-height; + + &::before { + // Remove circle + content: ''; + } } &:focus { diff --git a/client/src/sass/player/peertube-skin.scss b/client/src/sass/player/peertube-skin.scss index 5f873d495..c420e825e 100644 --- a/client/src/sass/player/peertube-skin.scss +++ b/client/src/sass/player/peertube-skin.scss @@ -20,10 +20,6 @@ body { font-size: $font-size; color: pvar(--embedForegroundColor); - .vjs-volume-level::before { - content: ''; /* Remove Circle From Progress Bar */ - } - .vjs-audio-button { display: none; } @@ -100,7 +96,6 @@ body { } .vjs-poster { - outline: none; /* Remove Blue Outline on Click*/ outline: 0; } -- cgit v1.2.3