Page MenuHomePhorge

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

Authored by aklapper on Mon, Mar 24, 17:56.

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