Skip to content

Commit

Permalink
fix: remove tab border after vanilla update
Browse files Browse the repository at this point in the history
  • Loading branch information
huwshimi committed Feb 13, 2025
1 parent 1120fdc commit 1f91d23
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/pages/EntityDetails/_entity-details.scss
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,8 @@
.p-tabs {
.p-tabs__list {
margin-bottom: 0;

&::after {
// Hide the bottom border.
background-color: transparent;
}
// Hide the bottom border.
box-shadow: none;
}

&__link::before {
Expand Down

0 comments on commit 1f91d23

Please sign in to comment.