@deque/cauldron-styles 5.7.1-canary.0dd10f2c → 5.7.1-canary.37a98eb4
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 -2
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -1929,7 +1929,6 @@ p .Link {
|
|
|
1929
1929
|
|
|
1930
1930
|
.OptionsMenu {
|
|
1931
1931
|
position: relative;
|
|
1932
|
-
width: 34px;
|
|
1933
1932
|
color: var(--text-color-base);
|
|
1934
1933
|
}
|
|
1935
1934
|
|
|
@@ -3548,7 +3547,7 @@ button.TooltipTabstop {
|
|
|
3548
3547
|
color: var(--table-header-text-color);
|
|
3549
3548
|
display: flex;
|
|
3550
3549
|
align-items: center;
|
|
3551
|
-
justify-content:
|
|
3550
|
+
justify-content: flex-start;
|
|
3552
3551
|
padding: var(--table-space) var(--space-smallest);
|
|
3553
3552
|
}
|
|
3554
3553
|
|
|
@@ -3613,6 +3612,10 @@ button.TooltipTabstop {
|
|
|
3613
3612
|
border: 1px solid var(--gray-40);
|
|
3614
3613
|
}
|
|
3615
3614
|
|
|
3615
|
+
.Table--border .TableHeader {
|
|
3616
|
+
border-bottom: 2px solid var(--gray-40);
|
|
3617
|
+
}
|
|
3618
|
+
|
|
3616
3619
|
.cauldron--theme-dark .Table--border,
|
|
3617
3620
|
.cauldron--theme-dark .Table--border .TableHeader,
|
|
3618
3621
|
.cauldron--theme-dark .Table--border .TableFooter,
|
package/package.json
CHANGED