@pathscale/ui 1.1.9 → 1.1.10
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.
|
@@ -16,8 +16,6 @@
|
|
|
16
16
|
|
|
17
17
|
.table-root--primary {
|
|
18
18
|
background-color: var(--color-base-200);
|
|
19
|
-
padding-inline: 0.25rem;
|
|
20
|
-
padding-bottom: 0.25rem;
|
|
21
19
|
border-radius: 0.75rem;
|
|
22
20
|
}
|
|
23
21
|
|
|
@@ -196,19 +194,19 @@
|
|
|
196
194
|
/* --------------------------------------------------------------------------
|
|
197
195
|
Table Body (<tbody>)
|
|
198
196
|
-------------------------------------------------------------------------- */
|
|
199
|
-
.table__body tr:first-child td:first-child {
|
|
197
|
+
.table-root--secondary .table__body tr:first-child td:first-child {
|
|
200
198
|
border-top-left-radius: 0.5rem;
|
|
201
199
|
}
|
|
202
200
|
|
|
203
|
-
.table__body tr:first-child td:last-child {
|
|
201
|
+
.table-root--secondary .table__body tr:first-child td:last-child {
|
|
204
202
|
border-top-right-radius: 0.5rem;
|
|
205
203
|
}
|
|
206
204
|
|
|
207
|
-
.table__body tr:last-child td:first-child {
|
|
205
|
+
.table-root--secondary .table__body tr:last-child td:first-child {
|
|
208
206
|
border-bottom-left-radius: 0.5rem;
|
|
209
207
|
}
|
|
210
208
|
|
|
211
|
-
.table__body tr:last-child td:last-child {
|
|
209
|
+
.table-root--secondary .table__body tr:last-child td:last-child {
|
|
212
210
|
border-bottom-right-radius: 0.5rem;
|
|
213
211
|
}
|
|
214
212
|
|