diff --git a/lms/djangoapps/teams/static/teams/templates/manage.underscore b/lms/djangoapps/teams/static/teams/templates/manage.underscore
index 460769a1cb..8dd1b32dd1 100644
--- a/lms/djangoapps/teams/static/teams/templates/manage.underscore
+++ b/lms/djangoapps/teams/static/teams/templates/manage.underscore
@@ -27,7 +27,7 @@
"users to teams."
) %>
-
diff --git a/lms/static/sass/views/_teams.scss b/lms/static/sass/views/_teams.scss
index 3d13841df8..7526e8ee25 100644
--- a/lms/static/sass/views/_teams.scss
+++ b/lms/static/sass/views/_teams.scss
@@ -550,6 +550,10 @@
.action-primary {
@extend %btn-primary-blue;
+ &:focus {
+ border: inherit;
+ box-shadow: none;
+ }
display: inline-block;
text-shadow: none;
}