SnapshotCommitListItem.css — react Source File
Architecture documentation for SnapshotCommitListItem.css, a css file in the react codebase. 0 imports, 1 dependents.
Entity Profile
Dependency Diagram
graph LR ca8cf772_1215_be91_d7d6_71a7beaf3771["SnapshotCommitListItem.css"] f9d9b314_a982_02a0_eb8d_ad21d4bcbd3b["SnapshotCommitListItem.js"] f9d9b314_a982_02a0_eb8d_ad21d4bcbd3b --> ca8cf772_1215_be91_d7d6_71a7beaf3771 style ca8cf772_1215_be91_d7d6_71a7beaf3771 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
.Outer {
user-select: none;
cursor: pointer;
border-bottom: 3px solid transparent;
padding-top: 4px;
padding-bottom: 1px;
display: flex;
align-items: flex-end;
}
.Outer:hover {
background-color: var(--color-background);
}
.Inner,
.InnerSelected {
width: 100%;
min-height: 2px;
background-color: var(--color-commit-did-not-render-fill);
color: var(--color-commit-did-not-render-fill-text);
}
.InnerSelected {
background-color: var(--color-button-active);
}
Domain
Source
Frequently Asked Questions
What does SnapshotCommitListItem.css do?
SnapshotCommitListItem.css is a source file in the react codebase, written in css. It belongs to the BabelCompiler domain.
What files import SnapshotCommitListItem.css?
SnapshotCommitListItem.css is imported by 1 file(s): SnapshotCommitListItem.js.
Where is SnapshotCommitListItem.css in the architecture?
SnapshotCommitListItem.css is located at packages/react-devtools-shared/src/devtools/views/Profiler/SnapshotCommitListItem.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