Home / File/ KeyValue.css — react Source File

KeyValue.css — react Source File

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

File css BabelCompiler 1 dependents

Entity Profile

Dependency Diagram

graph LR
  0137ad05_e89d_ec22_6651_a7d6c48de9fe["KeyValue.css"]
  276bc34e_3008_101e_3cd7_cc895fcd3848["KeyValue.js"]
  276bc34e_3008_101e_3cd7_cc895fcd3848 --> 0137ad05_e89d_ec22_6651_a7d6c48de9fe
  style 0137ad05_e89d_ec22_6651_a7d6c48de9fe fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

.Item:not([hidden]) {
  display: flex;
}

.Name {
  color: var(--color-attribute-name-not-editable);
  flex: 0 0 auto;
  cursor: default;
}

.EditableName {
  color: var(--color-attribute-name);
  flex: 0 0 auto;
  cursor: default;
}

.AfterName {
  color: var(--color-text);
  margin-right: 0.5rem;
}

.Value {
  color: var(--color-attribute-value);
  white-space: pre;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: default;
  flex: 1;
}

.Link {
  color: var(--color-link);
  white-space: pre;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  cursor: pointer;
  border-radius: 0.125rem;
  padding: 0px 2px;
}

.Link:hover {
  background-color: var(--color-background-hover);
}


.ExpandCollapseToggleSpacer {
  flex: 0 0 1rem;
  width: 1rem;
}

.DeleteArrayItemButton {
  padding: 0;
  margin-right: 0.125rem;
}

.HookName {
  color: var(--color-component-name);
}

Domain

Frequently Asked Questions

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