From 530a3b0d442a77a77e6c03f76f416edb97332fc5 Mon Sep 17 00:00:00 2001 From: Jessica Lawshe Date: Mon, 24 Sep 2018 09:59:22 -0500 Subject: [PATCH] Tab header styling li styling was being applied to nested lists in the tab, but this was only meant for the tab headers list --- .../web/public/stylesheets/components/tabs.less | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/services/web/public/stylesheets/components/tabs.less b/services/web/public/stylesheets/components/tabs.less index 71143cbefe..c93d6ad20a 100644 --- a/services/web/public/stylesheets/components/tabs.less +++ b/services/web/public/stylesheets/components/tabs.less @@ -6,8 +6,13 @@ margin-top: -@line-height-computed; //- adjusted for portal-name padding: @padding-lg 0 @padding-md; text-align: center; + } + .nav-tabs > li { + display: inline-block; + float: none; a { + border: 0; color: @link-color; &:hover { background-color: transparent!important; @@ -17,14 +22,6 @@ } } - li { - display: inline-block; - float: none; - a { - border: 0; - } - } - li.active > a { background-color: transparent!important; border: 0!important; @@ -39,6 +36,4 @@ background-color: transparent!important; border: none!important; } -} - - \ No newline at end of file +} \ No newline at end of file