Home / File/ SidebarEventInfo.css — react Source File

SidebarEventInfo.css — react Source File

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

File css BabelCompiler 1 dependents

Entity Profile

Dependency Diagram

graph LR
  9f1b7477_10ba_b32d_5da0_ee90208bfb18["SidebarEventInfo.css"]
  8a53e3b1_7d98_d6cb_d776_c4171cd9ac5f["SidebarEventInfo.js"]
  8a53e3b1_7d98_d6cb_d776_c4171cd9ac5f --> 9f1b7477_10ba_b32d_5da0_ee90208bfb18
  style 9f1b7477_10ba_b32d_5da0_ee90208bfb18 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

.Toolbar {
  height: 2.25rem;
  padding: 0 0.5rem;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--color-border);
}

.Content {
  padding: 0.5rem;
  user-select: none;
  overflow: auto;
}

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

.ListItem {
  flex: 1 1;
  margin: 0 0 0.5rem;
}

.Label {
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  flex: 1 1;
}

.Value {
  font-family: var(--font-family-monospace);
  font-size: var(--font-size-monospace-normal);
}

.Row {  
  display: flex;  
  flex-direction: row;  
  align-items: center;
  border-top: 1px solid var(--color-border);
} 

.UnclickableSource,
.ClickableSource {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: var(--font-family-sans);
  font-size: var(--font-size-sans-normal);
}

.UnclickableSource {
  color: var(--color-dim);
}

.ClickableSource {
  color: var(--color-text);
}

.ClickableSource:focus,
.ClickableSource:hover {
  background-color: var(--color-background-hover);
}

Domain

Frequently Asked Questions

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