Page MenuHomePhorge

Fix invalid CSS vertical-align value for .fancy-datepicker-core
ClosedPublic

Authored by aklapper on Mon, Mar 24, 12:11.
Tags
None
Referenced Files
F3553962: D25920.1744965985.diff
Thu, Apr 17, 08:46
F3553956: D25920.1744965192.diff
Thu, Apr 17, 08:33
F3552386: D25920.1744904020.diff
Wed, Apr 16, 15:33
F3531977: D25920.1744889002.diff
Wed, Apr 16, 11:23
F3531956: D25920.1744887173.diff
Wed, Apr 16, 10:52
F3531953: D25920.1744886873.diff
Wed, Apr 16, 10:47
F3531918: D25920.1744886577.diff
Wed, Apr 16, 10:42
F3531881: D25920.1744886517.diff
Wed, Apr 16, 10:41

Details

Summary

vertical-align: center is not a valid value per https://developer.mozilla.org/en-US/docs/Web/CSS/vertical-align.
Likely middle was meant.

Test Plan

Read CSS docs; check output of your web browser console. (Interstingly, https://jigsaw.w3.org/css-validator/validator does not complain.)

Diff Detail

Repository
rP Phorge
Branch
cssVertAlign (branched from master)
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 1808
Build 1808: arc lint + arc unit

Event Timeline

Thanks for this patch! Kind reminder: if you touched CSS or JavaScript, please remember to also run this:

./bin/celerity map

⚙️ Thanks! Bip bop I'm a bot - helping for T15209

This revision is now accepted and ready to land.Tue, Mar 25, 13:24