@jsenv/navi 0.29.122 → 0.29.123
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/jsenv_navi.js
CHANGED
|
@@ -4536,7 +4536,11 @@ const css$11 = /* css */`
|
|
|
4536
4536
|
height: auto; /* User agent reset */
|
|
4537
4537
|
margin: 0;
|
|
4538
4538
|
padding: 0; /* User agent reset */
|
|
4539
|
-
|
|
4539
|
+
/* The UA's ink for a [popover] element (CanvasText), not the element's:
|
|
4540
|
+
a callout sits inside the element but writes on its own paper. The
|
|
4541
|
+
color keywords are re-declared against that same ink in
|
|
4542
|
+
navi_css_vars.js (.navi_callout). */
|
|
4543
|
+
color: revert;
|
|
4540
4544
|
font-weight: initial; /* Callout fells disconnected from the element, font weight should be predictible and stable */
|
|
4541
4545
|
font-size: initial; /* Callout fells disconnected from the element, font size should be predictible and stable */
|
|
4542
4546
|
line-height: var(
|