Home / File/ SnapshotCommitList.css — react Source File

SnapshotCommitList.css — react Source File

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

File css BabelCompiler 1 dependents

Entity Profile

Dependency Diagram

graph LR
  c4b620a4_5bc4_bc19_7b72_97f9634c38f9["SnapshotCommitList.css"]
  76384bd4_08c7_de17_1f91_2937028def49["SnapshotCommitList.js"]
  76384bd4_08c7_de17_1f91_2937028def49 --> c4b620a4_5bc4_bc19_7b72_97f9634c38f9
  style c4b620a4_5bc4_bc19_7b72_97f9634c38f9 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

.List {
  /**
   * The decision to suppress the default (horizontal) scroll bars is intentional.
   * The snapshot selector is small enough that the scrollbar renders it essentially useless.
   * There are two alternative navigation mechanisms (arrow keys and arrow buttons).
   * If necessary, we could also expand the click-and-drag mechanism to scroll.
   */
  overflow-x: hidden !important;
}

.Tooltip {
  margin-top: 2.5rem;
}

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

.TooltipListItem {
  display: flex;
}

.TooltipLabel {
  font-weight: bold;
  margin-right: 0.25rem;
}
.TooltipLabel:after {
  content: ':';
}

.TooltipValue {
  flex-grow: 1;
  text-align: end;
}

.DurationsWrapper {
  flex-grow: 1;
}

.DurationsList {
  list-style: none;
  margin: 0 0 0 1rem;
  padding: 0;
}

.DurationsListItem {
  display: flex;
}

.DurationsLabel {
  margin-right: 0.25rem;
}
.DurationsLabel:after {
  content: ':';
}

.DurationsValue {
  flex-grow: 1;
  text-align: end;
}

Domain

Frequently Asked Questions

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