@tiba-spark/client-shared-lib 25.3.0-644 → 25.3.0-650
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -138,18 +138,16 @@ th.mat-header-cell {
|
|
|
138
138
|
}
|
|
139
139
|
|
|
140
140
|
tb-virtual-table {
|
|
141
|
-
border: solid 1px variables.$border-color;
|
|
142
|
-
border-radius: 4px;
|
|
143
|
-
overflow: auto;
|
|
144
141
|
|
|
145
142
|
cdk-virtual-scroll-viewport,
|
|
146
143
|
.tb-virtual-table-head {
|
|
144
|
+
border: solid 1px variables.$border-color;
|
|
147
145
|
border-radius: 4px;
|
|
148
146
|
|
|
149
147
|
&:nth-child(1) {
|
|
150
148
|
border-bottom-left-radius: 0;
|
|
151
149
|
border-bottom-right-radius: 0;
|
|
152
|
-
border-bottom:
|
|
150
|
+
border-bottom: 0;
|
|
153
151
|
|
|
154
152
|
th {
|
|
155
153
|
border: 0;
|