Keep the tooltip bubble's border style from the reset
Plan step 36. border-width: 0 rather than border: 0, so the bubble's computed border matches what Tailwind's border-0 drew. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Qwx5USif3wFFmxtHg5U1g9
This commit is contained in:
co-authored by
Claude Opus 5
parent
147dbcf041
commit
d4b71c519c
@@ -25,7 +25,7 @@
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
max-inline-size: 200px;
|
max-inline-size: 200px;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
border: 0;
|
border-width: 0;
|
||||||
border-radius: var(--md-sys-shape-corner-xs);
|
border-radius: var(--md-sys-shape-corner-xs);
|
||||||
padding-block: var(--md-sys-measurement-space50);
|
padding-block: var(--md-sys-measurement-space50);
|
||||||
padding-inline: var(--md-sys-measurement-space100);
|
padding-inline: var(--md-sys-measurement-space100);
|
||||||
|
|||||||
Reference in New Issue
Block a user