Home / File/ OwnerView.css — react Source File

OwnerView.css — react Source File

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

File css BabelCompiler 1 dependents

Entity Profile

Dependency Diagram

graph LR
  bd2a1a16_698e_77b7_cf2c_8c0895659e55["OwnerView.css"]
  fd1ac927_00ef_d34e_8747_a00d62b71152["OwnerView.js"]
  fd1ac927_00ef_d34e_8747_a00d62b71152 --> bd2a1a16_698e_77b7_cf2c_8c0895659e55
  style bd2a1a16_698e_77b7_cf2c_8c0895659e55 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

.Owner {
  color: var(--color-component-name);
  font-family: var(--font-family-monospace);
  font-size: var(--font-size-monospace-normal);
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  border-radius: 0.25rem;
  padding: 0.125rem 0.25rem;
  background: none;
  border: none;
  display: block;
}
.Owner:focus {
  outline: none;
  background-color: var(--color-button-background-focus);
}

.OwnerButton {
  cursor: pointer;
  width: 100%;
  padding: 0;
}

.OwnerContent {
  display: flex;
  align-items: center;
  padding-left: 1rem;
  width: 100%;
  border-radius: 0.25rem;
}

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

.NotInStore {
  color: var(--color-dim);
  cursor: default;
}

Domain

Frequently Asked Questions

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