Skip to content

Commit

Permalink
fix(styles): selected table cell border issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mikerodonnell89 committed Oct 18, 2023
1 parent 3b7d12b commit 4cb5e2f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/styles/src/table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -196,12 +196,6 @@ $table-z-index: (
&::after {
z-index: map-get($table-z-index, "focus");
}

@include fd-selected() {
&::after {
border-color: var(--sapContent_ContrastFocusColor);
}
}
}

&--activable {
Expand Down

0 comments on commit 4cb5e2f

Please sign in to comment.