-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(list): Improve border styling (#7160)
**Related Issue:** #6373 ## Summary Fixes the "border gap" caused by the table rendered within List.
- Loading branch information
1 parent
7860faa
commit a810943
Showing
2 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,7 +55,7 @@ td { | |
|
||
tr:focus, | ||
td:focus { | ||
@apply focus-normal z-sticky; | ||
@apply focus-inset z-sticky; | ||
} | ||
|
||
.content, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters