Home / File/ OwnersStack.css — react Source File

OwnersStack.css — react Source File

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

File css BabelCompiler 1 dependents

Entity Profile

Dependency Diagram

graph LR
  3dac3688_2f28_def7_e545_5811be479bfe["OwnersStack.css"]
  4e5b4a1f_694c_f426_36e2_a03da99b38d5["OwnersStack.js"]
  4e5b4a1f_694c_f426_36e2_a03da99b38d5 --> 3dac3688_2f28_def7_e545_5811be479bfe
  style 3dac3688_2f28_def7_e545_5811be479bfe fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

.OwnerStack {
  max-width: 100%;
  overflow-x: auto;
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
}

.Component,
.Component[data-reach-menu-item] {
  font-family: var(--font-family-monospace);
  font-size: var(--font-size-monospace-normal);
  user-select: none;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.Component[data-reach-menu-item][data-selected],
.Component[data-reach-menu-item][data-selected]:hover {
  color: var(--color-text-selected);
  background: var(--color-background-selected);
}
.Component[data-reach-menu-item][data-selected]:focus {
  outline: none;
}

.Bar {
  display: flex;
  flex: 1 1 auto;
  overflow-x: auto;
}

.OwnerStackFlatListContainer {
  display: inline-flex;
}

.OwnerStackFlatListSeparator {
  user-select: none;
}

.VRule {
  flex: 0 0 auto;
  height: 20px;
  width: 1px;
  background-color: var(--color-border);
  margin: 0 0.5rem;
}

.MenuButton {
  border-radius: 0.25rem;
  display: inline-flex;
  align-items: center;
  padding: 0;
  flex: 0 0 auto;
  border: none;
  background: var(--color-button-background);
  color: var(--color-button);
}
.MenuButtonContent {
  display: inline-flex;
  align-items: center;
  border-radius: 0.25rem;
  padding: 0.25rem;
}
.MenuButton:hover {
  color: var(--color-button-hover);
}
.MenuButton[aria-expanded='true'],
.MenuButton[aria-expanded='true']:active {
  color: var(--color-button-active);
  outline: none;
}

.MenuButton:focus,
.MenuButtonContent:focus {
  outline: none;
}
.MenuButton:focus > .MenuButtonContent {
  background: var(--color-button-background-focus);
}

.Modal[data-reach-menu-list] {
  display: inline-flex;
  flex-direction: column;
  background-color: var(--color-background);
  color: var(--color-button);
  padding: 0.25rem 0;
  padding-right: 0;
  border: 1px solid var(--color-border);
  border-radius: 0.25rem;
  max-height: 10rem;
  overflow: auto;

  /* Make sure this is above the DevTools, which are above the Overlay */
  z-index: 10000002;
  position: relative;

  /* Reach UI tries to set its own :( */
  font-family: var(--font-family-monospace);
  font-size: var(--font-size-monospace-normal);
}

.NotInStore,
.NotInStore:hover {
  color: var(--color-dimmest);
}

.BadgesBlock {
  margin-left: 0.25rem;
}

Domain

Frequently Asked Questions

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