<div class="tab-system">
<button class="tablinks active" onclick="openTab(event, 'LogosSubidos')">Uploaded Logos</button>
<button class="tablinks" onclick="openTab(event, 'LogosDescargados')">Downloaded Logos</button>
<button class="tablinks" onclick="openTab(event, 'LogosVotados')">Voted Logos</button>
<button class="tablinks" onclick="openTab(event, 'EditProfile')">Edit Profile</button>
</div>
I have these tabs created, and when it is active one has a small border with rounded tips up and down the .tab-system has a border that occupies all the width
/* Style the tab */
.tab-system {
overflow: hidden;
border-bottom: 1px solid #535353;
}
.tab-system button {
background-color: inherit;
border: none;
outline: none;
cursor: pointer;
padding: 14px 16px;
transition: 0.3s;
font-size: 17px;
color: #535353;
}
.tab-system button:hover,.tab-system button.active {
background-color: #fff;
color:#535353;
border-top-left-radius: .25rem;
border-top-right-radius: .25rem;
border-top: 1px solid #535353;
border-left:1px solid #535353;
border-right: 1px solid #535353;
border-bottom: 1px solid #fff !important;
}
/* Style the tab content */
.tabcontent {
display: none;
padding: 6px 12px;
}
</style>
The question is: When I have selected the first tab, for example, how can I make the lower border of the .tab-system of that chunk not visible, like the image that I put below where the chosen one is active and the border inferrior is not seen and in others if