Skip to content

Commit

Permalink
fix tab left border when have mutiple tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
MCatherine1994 committed Dec 15, 2023
1 parent 367cdfe commit c300023
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style-sheets/primevue-components-overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1205,9 +1205,9 @@ label {

.#{variables.$primevue-prefix}-tabview
.#{variables.$primevue-prefix}-tabview-nav
.#{variables.$primevue-prefix}-tabview-header:not(:first-child).#{variables.$primevue-prefix}-highlight
.#{variables.$primevue-prefix}-tabview-header:not(:nth-last-child(2)):not(.#{variables.$primevue-prefix}-highlight)
.#{variables.$primevue-prefix}-tabview-nav-link {
border-left: solid 0.0625rem map.get(lightTheme.$light-theme, 'border-strong-01');
border-right: solid 0.0625rem map.get(lightTheme.$light-theme, 'border-strong-01');
}

.#{variables.$primevue-prefix}-tabview
Expand Down

0 comments on commit c300023

Please sign in to comment.