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
Input type=color seems to be broken by djangocms-admin.css
I've got color picker without color inside. A little investigation shown that issue connected to css rule width: auto for button, input, select, textarea. Disabling it fixes color input.
## Steps to reproduce
Simply use anything that renders to input type="color" on admin page.
Expected behaviour
Normal color input look.
Actual behaviour
Broken color input without selected color visible
Additional information
The text was updated successfully, but these errors were encountered:
Description
Input type=color seems to be broken by djangocms-admin.css
I've got color picker without color inside. A little investigation shown that issue connected to css rule
width: auto
forbutton, input, select, textarea
. Disabling it fixes color input.## Steps to reproduce
Simply use anything that renders to input type="color" on admin page.
Expected behaviour
Normal color input look.
Actual behaviour
Broken color input without selected color visible
Additional information
The text was updated successfully, but these errors were encountered: