If I havn’t select a category. The content input box will be disable.
This color from discourse subscription plugin.
textarea[readonly] {
cursor: not-allowed;
background-color: #e9e9e9;
border-color: #e9e9e9;
}
If I havn’t select a category. The content input box will be disable.
This color from discourse subscription plugin.
textarea[readonly] {
cursor: not-allowed;
background-color: #e9e9e9;
border-color: #e9e9e9;
}
Yes those styles are too broad, I checked and I don’t think we need them at all anymore… so I’m removing them in an update here: DEV: remove redundant disabled styles - Pull Request #42685 - discourse/discourse - GitHub. Thanks for reporting it.