Skip to content

Commit

Permalink
chore(ktabs): removes unnecessary pseudo element
Browse files Browse the repository at this point in the history
Removes the `.k-tabs ul .tab-item:after` pseudo element styles as they don’t seem to have a clear purpose and interfere with rendering of KTabs within overflowing containers.

Signed-off-by: Philipp Rudloff <[email protected]>
  • Loading branch information
Philipp Rudloff committed Oct 17, 2023
1 parent e9e9713 commit 8686626
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/components/KTabs/KTabs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -143,16 +143,6 @@ watch(() => props.modelValue, (newTabHash) => {
margin-right: var(--kui-space-40, $kui-space-40);
}
&:after {
bottom: -2px;
content: '';
display: block;
height: 2px;
left: 0;
position: absolute;
width: 100%;
}
&.active,
&:hover {
.tab-link.has-panels,
Expand Down

0 comments on commit 8686626

Please sign in to comment.