Skip to content

Commit

Permalink
fix(ktableview): expandable content row border left [KHCP-14265]
Browse files Browse the repository at this point in the history
  • Loading branch information
portikM committed Dec 3, 2024
1 parent b883569 commit 0116eeb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/styles/mixins/_tables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,15 @@
border-bottom: none;
}

&:has(.expandable-row-control.expanded) {
border-left: var(--kui-border-width-20, $kui-border-width-20) solid
var(--kui-color-border-primary-weaker, $kui-color-border-primary-weaker);
}

&.expandable-content-row {
background-color: var(--kui-color-background-neutral-weakest, $kui-color-background-neutral-weakest);
border-left: var(--kui-border-width-20, $kui-border-width-20) solid
var(--kui-color-border-primary-weaker, $kui-color-border-primary-weaker);
height: auto;

> td {
Expand Down

0 comments on commit 0116eeb

Please sign in to comment.