mirror of
https://github.com/go-gitea/gitea
synced 2024-11-01 01:03:39 +01:00
3dbdf36d95
* Fix CSS specificity issue with easymde's css PR #18069 introduced a regression in certain overwritten editor styles because the dynamic loading of easymde.min.css causes its's style to apply after our supposed override styles. Solve this by bundling the styles into index.css. We should later aim to completely replace easymde.min.css completely with our own styles so there are no more conflicts. * Update web_src/js/features/comp/EasyMDE.js Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> |
||
---|---|---|
.. | ||
ColorPicker.js | ||
EasyMDE.js | ||
ImagePaste.js | ||
LabelEdit.js | ||
MarkupContentPreview.js | ||
ReactionSelector.js | ||
SearchUserBox.js | ||
WebHookEditor.js |