gitea/web_src/js/features/comp
silverwind 3dbdf36d95
Fix CSS specificity issue with easymde's css (#18201)
* 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>
2022-01-07 16:41:31 +08:00
..
ColorPicker.js Split `index.js` to separate files (#17315) 2021-10-17 01:28:04 +08:00
EasyMDE.js Fix CSS specificity issue with easymde's css (#18201) 2022-01-07 16:41:31 +08:00
ImagePaste.js Clean legacy SimpleMDE code (#17926) 2021-12-10 10:51:27 +08:00
LabelEdit.js Split `index.js` to separate files (#17315) 2021-10-17 01:28:04 +08:00
MarkupContentPreview.js Frontend refactor, PascalCase to camelCase, remove unused code (#17365) 2021-10-21 15:37:43 +08:00
ReactionSelector.js Frontend refactor, PascalCase to camelCase, remove unused code (#17365) 2021-10-21 15:37:43 +08:00
SearchUserBox.js Improve async/await usage, and sort init calls in `index.js` (#17386) 2021-11-09 17:27:25 +08:00
WebHookEditor.js Improve async/await usage, and sort init calls in `index.js` (#17386) 2021-11-09 17:27:25 +08:00