This commit is contained in:
ivan deng
2018-09-26 13:46:22 +08:00
parent e198c1865f
commit 58357cc352

View File

@@ -17,19 +17,19 @@
> .nav.nav-tabs { > .nav.nav-tabs {
> .nav-item { > .nav-item {
> .nav-link { > .nav-link {
border-left-width: 0!important; //border-left-width: 0!important;
background-color: #fafafa; background-color: #fafafa;
&:hover, &:focus, &:active { &:hover, &:focus, &:active {
background-color: white; background-color: white;
} }
&.active { &.active {
border-top-width: 2px; border-top-width: 2px;
border-left-width: 1px!important; //border-left-width: 1px!important;
border-right-width: 1px!important; //border-right-width: 1px!important;
} }
} }
&:first-child > .nav-link { &:first-child > .nav-link {
border-left-width: 1px!important; //border-left-width: 1px!important;
} }
} }
} }