Home / File/ SidebarSelectedFiberInfo.css — react Source File

SidebarSelectedFiberInfo.css — react Source File

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

File css BabelCompiler 1 dependents

Entity Profile

Dependency Diagram

graph LR
  a73e4285_f1d5_57e0_d2b5_797ee5495b4f["SidebarSelectedFiberInfo.css"]
  05d8745f_e91f_f824_2d34_e3be3fd76a6c["SidebarSelectedFiberInfo.js"]
  05d8745f_e91f_f824_2d34_e3be3fd76a6c --> a73e4285_f1d5_57e0_d2b5_797ee5495b4f
  style a73e4285_f1d5_57e0_d2b5_797ee5495b4f fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

.Toolbar {
  height: 2.25rem;
  padding: 0 0.5rem;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--color-border);
}

.Content {
  padding: 0.5rem;
  user-select: none;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.Component {
  flex: 1;
  color: var(--color-component-name);
  font-family: var(--font-family-monospace);
  font-size: var(--font-size-monospace-normal);
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
}

.Label {
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.CurrentCommit,
.Commit {
  display: block;
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 0.25rem 0.5rem;
  color: var(--color-text);
}

.Commit:focus,
.Commit:hover {
  outline: none;
  background-color: var(--color-background-hover);
}

.CurrentCommit {
  background-color: var(--color-background-selected);
  color: var(--color-text-selected);
}

.CurrentCommit:focus {
  outline: none;
}

Domain

Frequently Asked Questions

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