Tpt created this task.
Tpt added projects: Wikidata, MediaWiki-extensions-WikibaseView.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION

With Firefox 64 and the Adwaita Dark GTK+ skin the term box editing fields are white text on white background (see screenshot).

This is caused by a background: none; rule that resets the textarea background color from black to white but is not followed by a "color: inherit;" rule to set the text color from white to black.
I believe the css should be:

background: none;
color: inherit;

The affected files seems to be:
view/resources/jquery/wikibase/themes/default/jquery.wikibase.sitelinklistview.css
view/resources/jquery/wikibase/themes/default/jquery.wikibase.entitytermsforlanguagelistview.css

F28001743: screenshot termbox adwaita black.png

The same problem seems


TASK DETAIL
https://phabricator.wikimedia.org/T214465

EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Tpt
Cc: Aklapper, Tpt, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, Wikidata-bugs, aude, Mbch331
_______________________________________________
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to