Skip to content

Commit 4e35995

Browse files
committed
work
1 parent 0b6b9be commit 4e35995

4 files changed

Lines changed: 64 additions & 17 deletions

File tree

packages/frontend/navi/dist/jsenv_navi.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4536,7 +4536,11 @@ const css$11 = /* css */`
45364536
height: auto; /* User agent reset */
45374537
margin: 0;
45384538
padding: 0; /* User agent reset */
4539-
color: revert; /* Do no inherit element color, callout is inside the element it should use document color though */
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;
45404544
font-weight: initial; /* Callout fells disconnected from the element, font weight should be predictible and stable */
45414545
font-size: initial; /* Callout fells disconnected from the element, font size should be predictible and stable */
45424546
line-height: var(

packages/frontend/navi/dist/jsenv_navi.js.map

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/frontend/navi/dist/jsenv_navi_side_effects.js

Lines changed: 55 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/frontend/navi/dist/jsenv_navi_side_effects.js.map

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)