Home / File/ Tooltip.css — react Source File

Tooltip.css — react Source File

Architecture documentation for Tooltip.css, a css file in the react codebase. 0 imports, 1 dependents.

File css BabelCompiler 1 dependents

Entity Profile

Dependency Diagram

graph LR
  2468384f_08f9_03e5_6d41_24e3f2f7eb2a["Tooltip.css"]
  67a53ff5_5364_e0e2_039c_5bb44dfc1bd6["Tooltip.js"]
  67a53ff5_5364_e0e2_039c_5bb44dfc1bd6 --> 2468384f_08f9_03e5_6d41_24e3f2f7eb2a
  style 2468384f_08f9_03e5_6d41_24e3f2f7eb2a fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

.Tooltip {
  position: absolute;
  pointer-events: none;
  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);
  opacity: 1;
  white-space: nowrap;
  /* Make sure this is above the DevTools, which are above the Overlay */
  z-index: 10000002;
}

.Tooltip.hidden {
  opacity: 0;
}


.Container {
  width: -moz-max-content;
  width: -webkit-max-content;
}

Domain

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/Profiler/Tooltip.css (domain: BabelCompiler, directory: packages/react-devtools-shared/src/devtools/views/Profiler).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free