diff options
author | Caroline Chuong <caroline.chuong@octo.com> | 2020-06-11 19:19:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-11 19:19:23 +0200 |
commit | adcf921271654b25f03949d2271d7d7c362985af (patch) | |
tree | e00b3cc5e501950da7c23cc774798d8121f3156a /client/src/sass/application.scss | |
parent | 45800f7e63665708665ab0252049e54846ec84c5 (diff) | |
download | PeerTube-adcf921271654b25f03949d2271d7d7c362985af.tar.gz PeerTube-adcf921271654b25f03949d2271d7d7c362985af.tar.zst PeerTube-adcf921271654b25f03949d2271d7d7c362985af.zip |
add keyboard navigation for video actions (#2854)
Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
Diffstat (limited to 'client/src/sass/application.scss')
-rw-r--r-- | client/src/sass/application.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index d5763527e..aaa1c05bd 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -86,6 +86,11 @@ input, textarea { | |||
86 | color: pvar(--mainForegroundColor); | 86 | color: pvar(--mainForegroundColor); |
87 | } | 87 | } |
88 | 88 | ||
89 | button { | ||
90 | background: unset; | ||
91 | @include disable-outline; | ||
92 | } | ||
93 | |||
89 | label { | 94 | label { |
90 | font-weight: $font-bold; | 95 | font-weight: $font-bold; |
91 | font-size: 15px; | 96 | font-size: 15px; |