diff options
author | Chocobozzz <me@florianbigard.com> | 2021-11-19 16:21:50 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-11-19 16:21:50 +0100 |
commit | 04868c13312c96f6c123716c9a04d6b03c544a4e (patch) | |
tree | dd98492584b0c9b5f10673de1915ad8fc5ff70b0 /client/src/sass/player/settings-menu.scss | |
parent | 7aeb82ea7e5bf5291066c8382f349cea9eaaefb8 (diff) | |
download | PeerTube-04868c13312c96f6c123716c9a04d6b03c544a4e.tar.gz PeerTube-04868c13312c96f6c123716c9a04d6b03c544a4e.tar.zst PeerTube-04868c13312c96f6c123716c9a04d6b03c544a4e.zip |
Fix player menu keyboard navigation
Diffstat (limited to 'client/src/sass/player/settings-menu.scss')
-rw-r--r-- | client/src/sass/player/settings-menu.scss | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/client/src/sass/player/settings-menu.scss b/client/src/sass/player/settings-menu.scss index e64e05de5..9932fc8c8 100644 --- a/client/src/sass/player/settings-menu.scss +++ b/client/src/sass/player/settings-menu.scss | |||
@@ -146,7 +146,6 @@ $setting-transition-easing: ease-out; | |||
146 | padding: 5px 8px; | 146 | padding: 5px 8px; |
147 | 147 | ||
148 | &.vjs-back-button { | 148 | &.vjs-back-button { |
149 | background-color: inherit; | ||
150 | padding: 8px 8px 13px 12px; | 149 | padding: 8px 8px 13px 12px; |
151 | margin-bottom: 5px; | 150 | margin-bottom: 5px; |
152 | border-bottom: 1px solid #808080; | 151 | border-bottom: 1px solid #808080; |
@@ -164,6 +163,10 @@ $setting-transition-easing: ease-out; | |||
164 | color: inherit; | 163 | color: inherit; |
165 | position: relative; | 164 | position: relative; |
166 | 165 | ||
166 | &:focus { | ||
167 | background-color: rgba(115, 133, 159, 0.5); | ||
168 | } | ||
169 | |||
167 | &::before { | 170 | &::before { |
168 | @include icon(15px); | 171 | @include icon(15px); |
169 | 172 | ||