Home / File/ InspectedElementSourcePanel.css — react Source File

InspectedElementSourcePanel.css — react Source File

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

File css BabelCompiler 1 dependents

Entity Profile

Dependency Diagram

graph LR
  ec06b889_b5e8_d898_a8bc_9717ca67fedf["InspectedElementSourcePanel.css"]
  50c39210_7831_dde4_3a12_fc8ea644bc38["InspectedElementSourcePanel.js"]
  50c39210_7831_dde4_3a12_fc8ea644bc38 --> ec06b889_b5e8_d898_a8bc_9717ca67fedf
  style ec06b889_b5e8_d898_a8bc_9717ca67fedf fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

.SourceHeaderRow {
  display: flex;
  align-items: center;
  min-height: 24px;
}

.SourceHeader {
  flex: 1 1;
  font-family: var(--font-family-sans);
}

.SourceOneLiner {
  font-family: var(--font-family-monospace);
  font-size: var(--font-size-monospace-normal);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  margin-left: 1rem;
}

.Link {
  color: var(--color-link);
  white-space: pre;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  cursor: pointer;
  border-radius: 0.125rem;
  padding: 0px 2px;
}

.Link:hover {
  background-color: var(--color-background-hover);
}

Domain

Frequently Asked Questions

What does InspectedElementSourcePanel.css do?
InspectedElementSourcePanel.css is a source file in the react codebase, written in css. It belongs to the BabelCompiler domain.
What files import InspectedElementSourcePanel.css?
InspectedElementSourcePanel.css is imported by 1 file(s): InspectedElementSourcePanel.js.
Where is InspectedElementSourcePanel.css in the architecture?
InspectedElementSourcePanel.css is located at packages/react-devtools-shared/src/devtools/views/Components/InspectedElementSourcePanel.css (domain: BabelCompiler, directory: packages/react-devtools-shared/src/devtools/views/Components).

Analyze Your Own Codebase

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

Try Supermodel Free