Home / File/ SidebarCommitInfo.css — react Source File

SidebarCommitInfo.css — react Source File

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

File css BabelCompiler 1 dependents

Entity Profile

Dependency Diagram

graph LR
  65055237_22b2_2e5c_75a8_fcabd25cc676["SidebarCommitInfo.css"]
  a1b99932_7927_263d_aa52_4f1dbce5079e["SidebarCommitInfo.js"]
  a1b99932_7927_263d_aa52_4f1dbce5079e --> 65055237_22b2_2e5c_75a8_fcabd25cc676
  style 65055237_22b2_2e5c_75a8_fcabd25cc676 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: auto;
}

.List {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ListItem {
  margin: 0 0 0.5rem;
}

.Label {
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}

.Value {
  font-family: var(--font-family-monospace);
  font-size: var(--font-size-monospace-normal);
}

.NothingSelected {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: var(--color-dim);
}

.DurationsList {
  list-style: none;
  margin: 0.25rem 0 0 0;
  padding: 0;
  background: var(--color-background-inactive);
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
}

.DurationsListItem {
  margin: 0.25rem 0 0 0;
}
.DurationsListItem:first-of-type {
  margin: 0;
}

Domain

Frequently Asked Questions

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