Page MenuHomePhorge

Fix icon background color when using Dark Mode
ClosedPublic

Authored by bob on Aug 11 2023, 12:10.
Tags
None
Referenced Files
Unknown Object (File)
Wed, May 1, 19:13
Unknown Object (File)
Wed, May 1, 19:13
Unknown Object (File)
Wed, May 1, 19:12
Unknown Object (File)
Wed, May 1, 19:12
Unknown Object (File)
Wed, May 1, 19:12
Unknown Object (File)
Tue, Apr 30, 18:40
Unknown Object (File)
Thu, Apr 25, 10:47
Unknown Object (File)
Thu, Apr 25, 10:47

Details

Summary

This CSS fix replaces the hard coded background gradient (white) value of icons when using Dark Mode.

Now the "Choose User Icon" popup has visible icons.

BeforeAfter
Choose User Icon Dark Mode - Broken.png (329×582 px, 14 KB)
Choose User Icon Dark Mode - Fixed.png (329×582 px, 16 KB)

Ref T15056

Test Plan
  • Flush all Phorge caches
  • Sign in
  • Go to user's Settings > Display Preferences and select the Accessibility (user interface) "Dark Mode".
  • Go to user's profile, edit profile and click on Choose icon.
  • Check that now the icons in "Choose User Icon" are visible.
  • Do these steps for each user interface theme in order to check against regression.

Diff Detail

Repository
rP Phorge
Branch
arcpatch-D25384
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 748
Build 748: arc lint + arc unit

Event Timeline

bob requested review of this revision.Aug 11 2023, 12:10
This comment was removed by bob.
This revision is now accepted and ready to land.Aug 11 2023, 16:30

Thanks

Please also manually run this

./bin/celerity map

(Sorry for that - needs a fix in T15209)

Updating D25384: Update celerity map

I've updated the celerity map, let me know if I've the green light to land the revision!

valerio.bozzolan edited the summary of this revision. (Show Details)

Yeah bob this change was already accepted, and now it's super-accepted. This change is adorable, thanks!