From 58e1765affe6206fcae797290e4f5d8460dffea9 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Sat, 11 Apr 2020 11:30:06 +0200 Subject: Remove unused interface section for interface language --- .../my-account-interface-settings.component.html | 13 ------------- client/src/app/menu/language-chooser.component.scss | 5 +++++ 2 files changed, 5 insertions(+), 13 deletions(-) (limited to 'client') diff --git a/client/src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html b/client/src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html index 6119e7380..0d0ddc0f2 100644 --- a/client/src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html +++ b/client/src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html @@ -1,18 +1,5 @@
-
- - -
- -
-
-
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 @@ @include peertube-button-link; @include orange-button; + &.focus-visible, + &:focus { + box-shadow: none; + } + border-radius: 0; } -- cgit v1.2.3