We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2f91666 + c9d34ea commit a1a7af5Copy full SHA for a1a7af5
1 file changed
src/style.css
@@ -70,15 +70,15 @@
70
display: none;
71
}
72
73
- &:last-child:not(.dt-row-filter) {
+ &:last-child:not(.dt-row-filter) .dt-cell {
74
border-bottom: 1px solid var(--dt-border-color);
75
76
77
78
.dt-cell {
79
border: 1px solid var(--dt-border-color);
80
border-bottom: none;
81
- border-right: none;
+ border-left: none;
82
position: relative;
83
outline: none;
84
padding: 0;
@@ -92,6 +92,10 @@
92
background-clip: padding-box;
93
user-select: none;
94
95
+ &:first-child {
96
+ border-left: 1px solid var(--dt-border-color);
97
+ }
98
+
99
&__content {
100
padding: var(--dt-spacer-2);
101
border: var(--dt-focus-border-width) solid transparent;
0 commit comments