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
F3339361: D25920.1743618382.diff
Tue, Apr 1, 18:26
F3331228: D25920.1743503735.diff
Mon, Mar 31, 10:35
F3331197: D25920.1743502746.diff
Mon, Mar 31, 10:19
F3324487: D25920.1743401277.diff
Sun, Mar 30, 06:07
F3320456: D25920.1743329863.diff
Sat, Mar 29, 10:17
F3318012: D25920.1743272357.diff
Fri, Mar 28, 18:19
F3313148: D25920.1743214963.diff
Fri, Mar 28, 02:22
F3308818: D25920.1743177175.diff
Thu, Mar 27, 15:52

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