@deque/cauldron-styles 6.23.3 → 6.24.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 +6 -0
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -3830,6 +3830,12 @@ button.TooltipTabstop {
|
|
|
3830
3830
|
outline-offset: unset;
|
|
3831
3831
|
}
|
|
3832
3832
|
|
|
3833
|
+
/* Applies TableCell styles to a <TableHeader> with variant="cell". Only results in visual changes, not semantic ones. */
|
|
3834
|
+
|
|
3835
|
+
.TableHeader--cell-variant {
|
|
3836
|
+
font-weight: var(--font-weight-normal);
|
|
3837
|
+
}
|
|
3838
|
+
|
|
3833
3839
|
/* These styles are not applying and will be deprecated */
|
|
3834
3840
|
|
|
3835
3841
|
.TableHeader--sort-ascending .TableHeader__sort-button,
|