diff --git a/lms/static/sass/views/_teams.scss b/lms/static/sass/views/_teams.scss index 2ca8d8a154..b6d82f444a 100644 --- a/lms/static/sass/views/_teams.scss +++ b/lms/static/sass/views/_teams.scss @@ -22,9 +22,12 @@ %button-reset { box-shadow: none; border: none; + border-radius: 0; background-image: none; background-color: transparent; - font-weight: normal; + font-family: inherit; + font-size: inherit; + font-weight: inherit; } // layout @@ -148,6 +151,7 @@ border-bottom: 3px solid $gray-l5; .nav-item { + @extend %button-reset; display: inline-block; margin-bottom: -3px; // to match the border border-bottom: 3px solid $gray-l5;