Page MenuHomePhorge

Fix invalid CSS transition value for .jx-scrollbar-handle
ClosedPublic

Authored by aklapper on Mon, Mar 24, 17:56.
Tags
None
Referenced Files
F3532267: D25923.1744890144.diff
Wed, Apr 16, 11:42
F3532058: D25923.1744889734.diff
Wed, Apr 16, 11:35
F3531967: D25923.1744888312.diff
Wed, Apr 16, 11:11
F3531966: D25923.1744888302.diff
Wed, Apr 16, 11:11
F3498384: D25923.1744792163.diff
Tue, Apr 15, 08:29
F3440949: D25923.1744692012.diff
Mon, Apr 14, 04:40
F3388604: D25923.1744447467.diff
Fri, Apr 11, 08:44
F3388602: D25923.1744447456.diff
Fri, Apr 11, 08:44

Details

Summary

The W3C CSS validator throws 0 is not a transition value : opacity 0 linear.
0 is not a valid value; likely 0s were meant as in other existing CSS definitions.
See https://developer.mozilla.org/en-US/docs/Web/CSS/transition

Test Plan

Paste standard-page-view.css into https://jigsaw.w3.org/css-validator/ and read some CSS docs.

Diff Detail

Repository
rP Phorge
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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

Makes sense thaanks, 0s seems also the documented default

This revision is now accepted and ready to land.Tue, Mar 25, 07:55