@deque/cauldron-styles 6.0.0-canary.b9914978 → 6.0.0
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/dist/index.css +1 -15
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -3251,16 +3251,7 @@ button.TooltipTabstop {
|
|
|
3251
3251
|
background: var(--table-header-background-color);
|
|
3252
3252
|
font-weight: var(--font-weight-medium);
|
|
3253
3253
|
color: var(--table-header-text-color);
|
|
3254
|
-
border-bottom:
|
|
3255
|
-
}
|
|
3256
|
-
|
|
3257
|
-
.TableBody .TableHeader {
|
|
3258
|
-
border-bottom-width: 1px;
|
|
3259
|
-
border-right: 2px solid var(--table-row-border-color);
|
|
3260
|
-
}
|
|
3261
|
-
|
|
3262
|
-
.TableBody .TableRow:last-child .TableHeader {
|
|
3263
|
-
border-bottom: none;
|
|
3254
|
+
border-bottom: 3px solid var(--table-row-border-color);
|
|
3264
3255
|
}
|
|
3265
3256
|
|
|
3266
3257
|
.TableHeader[aria-sort] {
|
|
@@ -3347,11 +3338,6 @@ button.TooltipTabstop {
|
|
|
3347
3338
|
border-bottom: 2px solid var(--gray-40);
|
|
3348
3339
|
}
|
|
3349
3340
|
|
|
3350
|
-
.Table--border .TableBody .TableHeader {
|
|
3351
|
-
border-bottom-width: 1px;
|
|
3352
|
-
border-right: 2px solid var(--table-row-border-color);
|
|
3353
|
-
}
|
|
3354
|
-
|
|
3355
3341
|
.cauldron--theme-dark .Table--border,
|
|
3356
3342
|
.cauldron--theme-dark .Table--border .TableHeader,
|
|
3357
3343
|
.cauldron--theme-dark .Table--border .TableFooter,
|