Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WebUI: add percentage sign for hsl components
This is a workaround to avoid confusing the stylelint checker (and probably some other checker internally). They cannot accept the fact that the component can be `<number>` but instead insist it should be `<percentage>` Reference: https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/hsl#formal_syntax Also, MDN recommended to use `hsl()` instead of `hsla()`. From https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/hsl : > Note: The hsla() functional notation is an alias for hsl(). They are > exactly equivalent. It is recommended to use hsl(). PR #22154.
- Loading branch information