Skip to content

Add multi decimal to alpha value for CssColor validator #44966

Closed
@tilimac

Description

@tilimac

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions