Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/css/edit/_gpt.scss
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,10 @@
justify-content: flex-end;
}
}

// The tags field sits in the lower form area, not the sidebar. Its help text
// takes the component's own grey, 4.05:1 on this surface, from an injected
// single-class rule; two classes outrank it and the muted token clears 4.5:1.
.snippet-tags-container .components-form-token-field__help {
color: var(--cs-color-text-muted);
}
6 changes: 0 additions & 6 deletions src/css/edit/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -179,12 +179,6 @@

.components-form-token-field {
inline-size: 100%;

// The component's own grey is 4.05:1 on the sidebar surface; the muted
// text token clears the 4.5:1 floor.
.components-form-token-field__help {
color: var(--cs-color-text-muted);
}
}

.generate-button {
Expand Down
Loading