Skip to content

Commit

Permalink
fix(styles): selected table cell border issue [ci visual] (#4911)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikerodonnell89 committed Oct 25, 2023
1 parent c9d12c4 commit 5080ec8
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 5080ec8

Please sign in to comment.