You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
3 years ago
..
ColorPicker.js Split `index.js` to separate files (#17315) 3 years ago
EasyMDE.js Fix CSS specificity issue with easymde's css (#18201) 3 years ago
ImagePaste.js Clean legacy SimpleMDE code (#17926) 3 years ago
LabelEdit.js Split `index.js` to separate files (#17315) 3 years ago
MarkupContentPreview.js Frontend refactor, PascalCase to camelCase, remove unused code (#17365) 3 years ago
ReactionSelector.js Frontend refactor, PascalCase to camelCase, remove unused code (#17365) 3 years ago
SearchUserBox.js Improve async/await usage, and sort init calls in `index.js` (#17386) 3 years ago
WebHookEditor.js Improve async/await usage, and sort init calls in `index.js` (#17386) 3 years ago