Google Doc with naming suggestions.
Our color variables in devtools are starting to lose meaning. For example, we have --theme-splitter-color
almost everywhere, even where it’s not being used as a splitter color:
#device-submit-button {
background-color: var(--theme-tab-toolbar-background); // we're not really in tabs, but okay
border-width: 1px 0 0 0;
border-top-width: 1px;
border-top-style: solid;