Page MenuHomePhabricator

CSS: Don't set keyboard shortcut colour
AbandonedPublic

Authored by fooishbar on Sep 21 2016, 7:22 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, May 27, 11:30 AM
Unknown Object (File)
Apr 30 2025, 6:51 AM
Unknown Object (File)
Apr 29 2025, 8:27 AM
Unknown Object (File)
Apr 6 2025, 5:59 AM
Unknown Object (File)
Mar 28 2025, 8:00 AM
Unknown Object (File)
Mar 27 2025, 9:36 AM
Unknown Object (File)
Mar 24 2025, 5:15 AM
Unknown Object (File)
Mar 21 2025, 11:39 AM
Subscribers

Details

Reviewers
epriestley
chad
Group Reviewers
Blessed Reviewers
Summary

The new markup made the keyboard shortcut help unhelpful, by making
the text white-on-light-grey. Zap the explicit colour setting.

Test Plan
  • open keyboard shortcut help: was white-on-light-grey, should be dark
  • use in remarkup: was black-on-light-grey, remains same

Diff Detail

Repository
rP Phabricator
Branch
upstream (branched from master)
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 13791
Build 17818: Run Core Tests
Build 17817: arc lint + arc unit

Event Timeline

fooishbar retitled this revision from to CSS: Don't set keyboard shortcut colour.
fooishbar updated this object.
fooishbar edited the test plan for this revision. (Show Details)
fooishbar added a subscriber: chad.

I think this was already fixed by D16568, although your base commit is ahead of that change -- I can't reproduce the white-on-grey in the "Keyboard Shortcuts" dialog issue at HEAD (after D16568, without this patch). Am I misunderstanding? Or did this just get rebased some time after the issue reproduced?

(Compounding this problem, this install hasn't been updated to pick up that change yet, and is still behind D16568. I'll roll the secure tier in a bit.)

epriestley added a reviewer: epriestley.

(Just kicking this back into your queue since I think it's obsolete.)

This revision now requires changes to proceed.Sep 26 2016, 1:33 PM

Yep, my bad: I'd fixed it behind that commit, spotted the commits ahead before the rebase, but wasn't actually testing what I thought I was, so thought it was still there in master. (And sorry for the delay, was out all last week.)