mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 23:06:57 +08:00
94b60e62a2
Note this commit leaves out the biggest occurrence of the editor which is the post/topic composer. To avoid major breakage, this replaces it everywhere else it was used: * User preferences (About Me) * Admin Customizations > Text Content * Category Templates * Editing Queued Posts A future commit will replace the main composer with this editor and will remove the unused pagedown code.
16 lines
165 B
CSS
16 lines
165 B
CSS
/*
|
|
*= require desktop
|
|
*= require_tree .
|
|
*/
|
|
.modal-backdrop {
|
|
display: none;
|
|
}
|
|
|
|
.emoji-modal-wrapper {
|
|
display: none;
|
|
}
|
|
|
|
.emoji-modal {
|
|
position: relative;
|
|
}
|