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-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;
}
}
}