From 58357cc352968b66bcb24accba29ab62091b1840 Mon Sep 17 00:00:00 2001 From: ivan deng Date: Wed, 26 Sep 2018 13:46:22 +0800 Subject: [PATCH] opt demo --- app_web_enterprise/static/src/scss/app_style.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app_web_enterprise/static/src/scss/app_style.scss b/app_web_enterprise/static/src/scss/app_style.scss index 85c8da37..f88df7fd 100644 --- a/app_web_enterprise/static/src/scss/app_style.scss +++ b/app_web_enterprise/static/src/scss/app_style.scss @@ -17,19 +17,19 @@ > .nav.nav-tabs { > .nav-item { > .nav-link { - border-left-width: 0!important; + //border-left-width: 0!important; background-color: #fafafa; &:hover, &:focus, &:active { background-color: white; } &.active { border-top-width: 2px; - border-left-width: 1px!important; - border-right-width: 1px!important; + //border-left-width: 1px!important; + //border-right-width: 1px!important; } } &:first-child > .nav-link { - border-left-width: 1px!important; + //border-left-width: 1px!important; } } }