Tree.css — react Source File
Architecture documentation for Tree.css, a css file in the react codebase. 0 imports, 1 dependents.
Entity Profile
Dependency Diagram
graph LR e3b1801c_6a67_e9e9_9596_b0f8a5fdc4d4["Tree.css"] 80ad5569_a221_98e5_daec_ede1bea33ee0["Tree.js"] 80ad5569_a221_98e5_daec_ede1bea33ee0 --> e3b1801c_6a67_e9e9_9596_b0f8a5fdc4d4 style e3b1801c_6a67_e9e9_9596_b0f8a5fdc4d4 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
.Tree {
position: relative;
height: 100%;
width: 100%;
display: flex;
flex-direction: column;
border-top: 1px solid var(--color-border);
}
.InnerElementType {
position: relative;
}
.VerticalDelimiter {
position: absolute;
width: 0.025rem;
background: #b0b0b0;
}
.SearchInput {
flex: 0 0 42px;
display: flex;
align-items: center;
border-bottom: 1px solid var(--color-border);
padding: 0.5rem;
}
.AutoSizerWrapper {
width: 100%;
overflow: hidden;
flex: 1 0 auto;
}
.AutoSizerWrapper:focus {
outline: none;
}
.List {
font-family: var(--font-family-monospace);
font-size: var(--font-size-monospace-normal);
line-height: var(--line-height-data);
user-select: none;
}
.VRule {
height: 20px;
width: 1px;
flex: 0 0 1px;
margin: 0 0.5rem;
background-color: var(--color-border);
}
.Loading {
height: 100%;
padding-left: 0.5rem;
display: flex;
align-items: center;
flex: 1;
justify-content: flex-start;
font-size: var(--font-size-sans-large);
color: var(--color-dim);
}
.IconAndCount {
display: flex;
align-items: center;
font-size: var(--font-size-sans-normal);
}
.ErrorIcon, .WarningIcon {
width: 0.75rem;
height: 0.75rem;
margin-left: 0.25rem;
margin-right: 0.25rem;
flex: 0 0 auto;
}
.ErrorIcon {
color: var(--color-console-error-icon);
}
.WarningIcon {
color: var(--color-console-warning-icon);
}
.ZeroElementsNotice {
padding-left: 1em;
opacity: 0;
animation: fadeIn 0.5s forwards;
animation-delay: 2s;
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.Link {
color: var(--color-button-active);
}
Domain
Source
Frequently Asked Questions
What does Tree.css do?
Tree.css is a source file in the react codebase, written in css. It belongs to the BabelCompiler domain.
What files import Tree.css?
Tree.css is imported by 1 file(s): Tree.js.
Where is Tree.css in the architecture?
Tree.css is located at packages/react-devtools-shared/src/devtools/views/Components/Tree.css (domain: BabelCompiler, directory: packages/react-devtools-shared/src/devtools/views/Components).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free