Skip to content

Commit

Permalink
AG-3390 - Remove border bottom for tabbed API refrences
Browse files Browse the repository at this point in the history
  • Loading branch information
markdurrant committed Nov 26, 2024
1 parent a67da82 commit a585fce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
position: relative;
table-layout: fixed;
width: 100%;
border-bottom: 1px solid color-mix(in srgb, var(--color-border-primary), var(--color-bg-primary) 30%);

@container (max-width: #{$breakpoint-table-small}) {
display: block;
Expand Down Expand Up @@ -104,6 +103,7 @@
}

&:last-child {
padding-bottom: 0;
border-bottom: none;
}
}
Expand Down

0 comments on commit a585fce

Please sign in to comment.