Tooltip.css — react Source File
Architecture documentation for Tooltip.css, a css file in the react codebase. 0 imports, 1 dependents.
Entity Profile
Dependency Diagram
graph LR 63616471_d90f_a819_a1ca_e8bc2d442022["Tooltip.css"] bb73063d_5d08_efb3_036e_72b78842d689["tooltip.js"] bb73063d_5d08_efb3_036e_72b78842d689 --> 63616471_d90f_a819_a1ca_e8bc2d442022 style 63616471_d90f_a819_a1ca_e8bc2d442022 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
.Tooltip {
border: none;
border-radius: 0.25rem;
padding: 0.25rem 0.5rem;
font-family: var(--font-family-sans);
font-size: 12px;
background-color: var(--color-tooltip-background);
color: var(--color-tooltip-text);
box-shadow: 1px 1px 2px var(--color-shadow);
/* Make sure this is above the DevTools, which are above the Overlay */
z-index: 10000002;
}
Domain
Source
Frequently Asked Questions
What does Tooltip.css do?
Tooltip.css is a source file in the react codebase, written in css. It belongs to the BabelCompiler domain.
What files import Tooltip.css?
Tooltip.css is imported by 1 file(s): tooltip.js.
Where is Tooltip.css in the architecture?
Tooltip.css is located at packages/react-devtools-shared/src/devtools/views/Components/reach-ui/Tooltip.css (domain: BabelCompiler, directory: packages/react-devtools-shared/src/devtools/views/Components/reach-ui).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free