Updaters.css — react Source File
Architecture documentation for Updaters.css, a css file in the react codebase. 0 imports, 1 dependents.
Entity Profile
Dependency Diagram
graph LR 07059aa8_9eba_f159_21a8_d509b802a9c2["Updaters.css"] d6e62301_2363_364e_b031_c314353bac29["Updaters.js"] d6e62301_2363_364e_b031_c314353bac29 --> 07059aa8_9eba_f159_21a8_d509b802a9c2 style 07059aa8_9eba_f159_21a8_d509b802a9c2 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
.Updaters {
margin: 0 0 0.5rem;
}
.NoUpdaters,
.Updater,
.UnmountedUpdater {
display: block;
width: 100%;
text-align: left;
background: none;
border: none;
padding: 0.25rem 0.5rem;
color: var(--color-text);
}
.Updater:focus,
.Updater:hover {
outline: none;
background-color: var(--color-background-hover);
}
.NoUpdaters,
.UnmountedUpdater {
color: var(--color-dim);
}
Domain
Source
Frequently Asked Questions
What does Updaters.css do?
Updaters.css is a source file in the react codebase, written in css. It belongs to the BabelCompiler domain.
What files import Updaters.css?
Updaters.css is imported by 1 file(s): Updaters.js.
Where is Updaters.css in the architecture?
Updaters.css is located at packages/react-devtools-shared/src/devtools/views/Profiler/Updaters.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