diff --git a/app/assets/stylesheets/themes/scinote.scss b/app/assets/stylesheets/themes/scinote.scss index c03d96374..e5a41a988 100644 --- a/app/assets/stylesheets/themes/scinote.scss +++ b/app/assets/stylesheets/themes/scinote.scss @@ -338,28 +338,6 @@ a { } } -.btn-omniauth-login { - background-color: $color-theme-primary; - color: $color-white; - - &:active, - &:focus, - &:active:focus { - background-color: darken($color-theme-primary, 5%); - color: $color-white; - - &:hover { - background-color: darken($color-theme-primary, 10%); - color: $color-white; - } - } - - &:hover { - background-color: darken($color-theme-primary, 5%); - color: $color-white; - } -} - .btn-open-file { position: relative; overflow: hidden; diff --git a/app/views/users/shared/_links.html.erb b/app/views/users/shared/_links.html.erb index 25ccbae38..c98abe826 100644 --- a/app/views/users/shared/_links.html.erb +++ b/app/views/users/shared/_links.html.erb @@ -19,6 +19,5 @@ <% end -%> <%- if devise_mapping.omniauthable? && resource_class.omniauth_providers.any? %> -

<%= t("devise.links.more_sign_in_options") %>

<% end -%> diff --git a/config/locales/en.yml b/config/locales/en.yml index acd1eb534..19fd29852 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -44,7 +44,6 @@ en: forgot: "Forgot your password?" not_receive_confirmation: "Didn't receive confirmation instructions?" not_receive_unlock: "Didn't receive unlock instructions?" - more_sign_in_options: "You can also:" sign_in_provider: "Sign in with %{provider}" helpers: