admin: drop the learned tag from the query tables
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user