@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.cjs.js
CHANGED
|
@@ -256,9 +256,9 @@
|
|
|
256
256
|
table-layout: fixed; // allows overflowing cells to have internal scroll bars
|
|
257
257
|
> tbody > tr > td {
|
|
258
258
|
padding: 0.25em 0.5em;
|
|
259
|
-
border: 0.5px solid
|
|
259
|
+
border: 0.5px solid color-mix(in srgb, var(--pages-v2-body, black) 30%, transparent);
|
|
260
260
|
&.fr-selected-cell {
|
|
261
|
-
border:
|
|
261
|
+
border-color: var(--color-active-primary);
|
|
262
262
|
}
|
|
263
263
|
&.cell-bold {
|
|
264
264
|
font-weight: bold;
|