From f28fb6f560eb31fb21ba8c92de9ef9ed6a369b25 Mon Sep 17 00:00:00 2001 From: Penar Musaraj Date: Thu, 15 Feb 2024 13:32:02 -0500 Subject: [PATCH] FIX: Button styling and label --- assets/stylesheets/steam-login.scss | 3 --- config/locales/client.en.yml | 2 +- plugin.rb | 2 -- 3 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 assets/stylesheets/steam-login.scss diff --git a/assets/stylesheets/steam-login.scss b/assets/stylesheets/steam-login.scss deleted file mode 100644 index 3518568..0000000 --- a/assets/stylesheets/steam-login.scss +++ /dev/null @@ -1,3 +0,0 @@ -.btn-social.steam { - background: #000; -} diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 087cd2b..104d6a2 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -3,5 +3,5 @@ en: login: steam: name: "Steam" - title: "with Steam" + title: "Log in with Steam" message: "Authenticating with Steam (make sure pop up blockers are not enabled)" diff --git a/plugin.rb b/plugin.rb index ef0c306..47389d3 100644 --- a/plugin.rb +++ b/plugin.rb @@ -17,8 +17,6 @@ register_svg_icon "fab-steam" if respond_to?(:register_svg_icon) -register_asset "stylesheets/steam-login.scss" - %w[ ../lib/auth/steam_authenticator.rb ../lib/validators/enable_steam_logins_validator.rb