admin: drop the learned tag from the query tables

This commit is contained in:
2026-08-16 23:55:10 +02:00
parent 49c7da2381
commit 0601098ab0
4 changed files with 17 additions and 17 deletions
+4 -2
View File
@@ -169,8 +169,10 @@ export const styles = stylex.create({
},
/**
* A learned name is runtime state, not something the operator typed, so it
* reads muted and carries an outlined "learned" tag. The tag is real text —
* a screen reader announces it — because colour alone is not an affordance.
* reads muted wherever it appears. The Clients page adds the outlined tag,
* where the client is named once; the query tables leave it off rather than
* repeat it on every row. The tag is real text — a screen reader announces
* it — because colour alone is not an affordance.
*/
learnedName: {
color: colors.textMuted,