src/devtools/views/StoreInspector/RecordList.css [12:23]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

.Type {
  background-color: var(--color-background);
  color: var(--color-text);
  font-weight: bold;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/devtools/views/StoreInspector/StoreInspector.css [147:158]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

.Type {
  background-color: var(--color-background);
  color: var(--color-text);
  font-weight: bold;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



