diff options
Diffstat (limited to 'client/src/app/menu')
-rw-r--r-- | client/src/app/menu/language-chooser.component.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client/src/app/menu/language-chooser.component.scss b/client/src/app/menu/language-chooser.component.scss index 50d19fd1f..6226a85cb 100644 --- a/client/src/app/menu/language-chooser.component.scss +++ b/client/src/app/menu/language-chooser.component.scss | |||
@@ -5,6 +5,11 @@ | |||
5 | @include peertube-button-link; | 5 | @include peertube-button-link; |
6 | @include orange-button; | 6 | @include orange-button; |
7 | 7 | ||
8 | &.focus-visible, | ||
9 | &:focus { | ||
10 | box-shadow: none; | ||
11 | } | ||
12 | |||
8 | border-radius: 0; | 13 | border-radius: 0; |
9 | } | 14 | } |
10 | 15 | ||