EventTooltip.css — react Source File
Architecture documentation for EventTooltip.css, a css file in the react codebase. 0 imports, 1 dependents.
Entity Profile
Dependency Diagram
graph LR b8b858b7_2665_7076_7a6f_5b280dacdaa6["EventTooltip.css"] 57dc23c0_c74d_e09e_ad1f_116cb590a38c["EventTooltip.js"] 57dc23c0_c74d_e09e_ad1f_116cb590a38c --> b8b858b7_2665_7076_7a6f_5b280dacdaa6 style b8b858b7_2665_7076_7a6f_5b280dacdaa6 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
.Tooltip {
position: fixed;
}
.TooltipSection,
.TooltipWarningSection,
.SingleLineTextSection {
display: block;
border-radius: 0.125rem;
padding: 0.25rem;
user-select: none;
pointer-events: none;
background-color: var(--color-tooltip-background);
box-shadow: 1px 1px 2px var(--color-shadow);
color: var(--color-tooltip-text);
font-size: 11px;
}
.TooltipWarningSection {
margin-top: 0.25rem;
background-color: var(--color-warning-background);
}
.TooltipSection,
.TooltipWarningSection {
max-width: 300px;
}
.SingleLineTextSection {
white-space: nowrap;
}
.Divider {
height: 1px;
background-color: #aaa;
margin: 0.25rem 0;
}
.DetailsGrid {
display: grid;
padding-top: 5px;
grid-gap: 2px 5px;
grid-template-columns: min-content auto;
}
.DetailsGridLabel {
color: var(--color-dim);
text-align: right;
white-space: nowrap;
}
.DetailsGridLongValue {
word-break: break-all;
max-height: 50vh;
overflow: hidden;
}
.FlamechartStackFrameName {
word-break: break-word;
}
.ComponentName {
font-weight: bold;
word-break: break-word;
margin-right: 0.25rem;
}
.ReactMeasureLabel {
}
.UserTimingLabel {
word-break: break-word;
}
.NativeEventName {
font-weight: bold;
word-break: break-word;
margin-right: 0.25rem;
}
.WarningText {
color: var(--color-warning-text-color);
}
.Image {
border: 1px solid var(--color-border);
}
.DimText {
color: var(--color-dim);
}
Domain
Source
Frequently Asked Questions
What does EventTooltip.css do?
EventTooltip.css is a source file in the react codebase, written in css. It belongs to the BabelCompiler domain.
What files import EventTooltip.css?
EventTooltip.css is imported by 1 file(s): EventTooltip.js.
Where is EventTooltip.css in the architecture?
EventTooltip.css is located at packages/react-devtools-timeline/src/EventTooltip.css (domain: BabelCompiler, directory: packages/react-devtools-timeline/src).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free