- Issue created by @paucala
- last update
over 1 year ago 36 pass, 6 fail - @paucala opened merge request.
- Status changed to Needs review
over 1 year ago 8:42am 19 June 2023
Running sonnarqube we found a bug on ln 20 & 172 of ckeditor.admin.css
Why is this an issue?
linear-gradient was standardized with CSS3. Before that, it was possible to use different non-standard values to define the gradient’s direction. Because these values are not standard, they are not supported in all browsers and therefore they should no longer be used in order to get the expected gradient in the latest browser versions that support CSS3.
This rule raises an issue when the first parameter of a linear-gradient is not a valid or angle.
change the property top to "to top" shold be enough, if not, we have to define the angle"