@deque/cauldron-styles 5.7.1-canary.0dd10f2c → 5.7.1-canary.ab3e5b87
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 +5 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -3548,7 +3548,7 @@ button.TooltipTabstop {
|
|
|
3548
3548
|
color: var(--table-header-text-color);
|
|
3549
3549
|
display: flex;
|
|
3550
3550
|
align-items: center;
|
|
3551
|
-
justify-content:
|
|
3551
|
+
justify-content: flex-start;
|
|
3552
3552
|
padding: var(--table-space) var(--space-smallest);
|
|
3553
3553
|
}
|
|
3554
3554
|
|
|
@@ -3613,6 +3613,10 @@ button.TooltipTabstop {
|
|
|
3613
3613
|
border: 1px solid var(--gray-40);
|
|
3614
3614
|
}
|
|
3615
3615
|
|
|
3616
|
+
.Table--border .TableHeader {
|
|
3617
|
+
border-bottom: 2px solid var(--gray-40);
|
|
3618
|
+
}
|
|
3619
|
+
|
|
3616
3620
|
.cauldron--theme-dark .Table--border,
|
|
3617
3621
|
.cauldron--theme-dark .Table--border .TableHeader,
|
|
3618
3622
|
.cauldron--theme-dark .Table--border .TableFooter,
|
package/package.json
CHANGED