Home / File/ SnapshotSelector.css — react Source File

SnapshotSelector.css — react Source File

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

File css BabelCompiler 1 dependents

Entity Profile

Dependency Diagram

graph LR
  712918e1_29cf_5883_03af_b1eebd29027e["SnapshotSelector.css"]
  b350cf53_cbc3_d273_ad6c_5485a91ef713["SnapshotSelector.js"]
  b350cf53_cbc3_d273_ad6c_5485a91ef713 --> 712918e1_29cf_5883_03af_b1eebd29027e
  style 712918e1_29cf_5883_03af_b1eebd29027e fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

.Button {
  flex: 0 0 auto;
  margin-left: 0.25rem;
}

.Commits {
  height: 100%;
  min-width: 30px;
  margin-left: 0.25rem;
  overflow: visible;
}
.Commits:focus {
  outline: none;
  background-color: var(--color-button-background-focus);
}

.IndexLabel {
  flex: 0 0 auto;
  white-space: nowrap;
  font-family: var(--font-family-monospace);
  margin-left: 0.25rem;
}

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

.Input {
  background: none;
  font-size: var(--font-size-sans-normal);
  text-align: right;
  font-family: var(--font-family-monospace);
  border: 1px solid transparent;
  border-radius: 0.125rem;
  padding: 0.125rem;
  color: var(--color-attribute-editable-value);
}

.Input:focus {
  background-color: var(--color-button-background-focus);
  outline: none;
}

Domain

Frequently Asked Questions

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