In AMC, in the overflow menu on user pages the Languages label should be disabled (light gray) when the icon is disabled
Developer notes
The CSS rule .mw-ui-icon-element.disabled, .language-selector.disabled should apply to the label element as well.
Hopefully as simple as adding the classes disabled language-selector to the span.toggle-list-item__label or using the sibling CSS selector .language-selector.disabled ~ span
It can also be achieved (which also fixes vertical alignment by moving the span into the mw-ui-icon-before element
QA steps
Visit https://en.m.wikipedia.beta.wmflabs.org/wiki/User:Jdlrobson with AMC enabled and click the overflow menu. The language icon and label should be gray.
Visit https://en.m.wikipedia.beta.wmflabs.org/wiki/Spain and confirm the language icon is disabled and gray with and without AMC enabled.
QA Results
| AC | Status | Details |
|---|---|---|
| 1 | ✅ | T233167#5516219 |
| 2 | ✅ | T233167#5516219 |


