Home / File/ HoveredFiberInfo.css — react Source File

HoveredFiberInfo.css — react Source File

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

File css BabelCompiler 1 dependents

Entity Profile

Dependency Diagram

graph LR
  82e4c80f_d61d_917c_165f_898e80c6004d["HoveredFiberInfo.css"]
  38d38257_86b3_3154_4c21_7fbaf41be1cb["HoveredFiberInfo.js"]
  38d38257_86b3_3154_4c21_7fbaf41be1cb --> 82e4c80f_d61d_917c_165f_898e80c6004d
  style 82e4c80f_d61d_917c_165f_898e80c6004d fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

.Toolbar {
  padding: 0.25rem 0;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.BadgesContainer {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.BadgesContainer:not(:empty) {
  padding-bottom: 0.25rem;
  border-bottom: 1px solid var(--color-border);
}

.Content {
  user-select: none;
  overflow-y: auto;
}

.Component {
  flex: 1;
  font-weight: bold;
  font-family: var(--font-family-monospace);
  font-size: var(--font-size-monospace-normal);
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid var(--color-border);
}

.CurrentCommit {
  display: block;
  width: 100%;
  text-align: left;
  background: none;
  border: none;
}

Domain

Frequently Asked Questions

What does HoveredFiberInfo.css do?
HoveredFiberInfo.css is a source file in the react codebase, written in css. It belongs to the BabelCompiler domain.
What files import HoveredFiberInfo.css?
HoveredFiberInfo.css is imported by 1 file(s): HoveredFiberInfo.js.
Where is HoveredFiberInfo.css in the architecture?
HoveredFiberInfo.css is located at packages/react-devtools-shared/src/devtools/views/Profiler/HoveredFiberInfo.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