From 77384f1a7512918d8395eab3d8a88f85158789ed Mon Sep 17 00:00:00 2001 From: Frances Botsford Date: Mon, 14 Sep 2015 11:23:28 -0400 Subject: [PATCH] update styling for tabs as buttons --- lms/static/sass/views/_teams.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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;