You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…(tilimac)
This PR was squashed before being merged into the 5.4 branch.
Discussion
----------
[Validator] Multi decimal to alpha for CssColor validator
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | Fix#44966
| License | MIT
| Doc PR | symfony/symfony-docs#... <!-- required for new features -->
Add multi decimal to alpha value (rgba and hsla) for CssColor validator
Commits
-------
b6e8cf7 [Validator] Multi decimal to alpha for CssColor validator
Description
In a multiple colorpicker, we can add a rgba with a double decimal for alpha value. In this actual version, it's limited with a single decimal.
Example
An example with actual regex :
Good :
rgba(192, 53, 53, 0.2)
Bad :
rgba(192, 53, 53, 0.22)
The text was updated successfully, but these errors were encountered: