@happeouikit/content-renderer 3.2.13 → 3.2.14
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.cjs.js +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -5364,9 +5364,9 @@ const ni = ai(), ii = new RegExp(rt, "gi"), ui = new RegExp(
|
|
|
5364
5364
|
table-layout: fixed; // allows overflowing cells to have internal scroll bars
|
|
5365
5365
|
> tbody > tr > td {
|
|
5366
5366
|
padding: 0.25em 0.5em;
|
|
5367
|
-
border: 0.5px solid
|
|
5367
|
+
border: 0.5px solid color-mix(in srgb, var(--pages-v2-body, black) 30%, transparent);
|
|
5368
5368
|
&.fr-selected-cell {
|
|
5369
|
-
border:
|
|
5369
|
+
border-color: var(--color-active-primary);
|
|
5370
5370
|
}
|
|
5371
5371
|
&.cell-bold {
|
|
5372
5372
|
font-weight: bold;
|