如果我没有选择类别,内容输入框将会被禁用。
这个颜色来自 discourse subscription 插件。
textarea[readonly] {
cursor: not-allowed;
background-color: #e9e9e9;
border-color: #e9e9e9;
}
如果我没有选择类别,内容输入框将会被禁用。
这个颜色来自 discourse subscription 插件。
textarea[readonly] {
cursor: not-allowed;
background-color: #e9e9e9;
border-color: #e9e9e9;
}
是的,这些样式范围太广了,我检查了一下,觉得我们可能根本不再需要它们了……所以我会在这个更新中移除它们:DEV: remove redundant disabled styles - Pull Request #42685%E3%80%82%E6%84%9F%E8%B0%A2%E4%BD%A0%E7%9A%84%E5%8F%8D%E9%A6%88%E3%80%82 - discourse/discourse - GitHub