mirror of
https://github.com/flarum/core.git
synced 2025-08-06 08:27:42 +02:00
Editor Consolidation (#28)
- Move insertText to core - Move styles and apply to core - Simplify shortcut and button system - Drop mdarea for now. In the future, we could implement the features we use (list continue, indent) in core. - Remove admin dist (only admin setting was mdarea) - Move inline style to css
This commit is contained in:
committed by
GitHub
parent
4ec8b87cdc
commit
7ea9db7426
@@ -1,9 +1,6 @@
|
||||
/*
|
||||
* This file is part of Flarum.
|
||||
*
|
||||
* For detailed copyright and license information, please view the
|
||||
* LICENSE file that was distributed with this source code.
|
||||
*/
|
||||
.MarkdownToolbar {
|
||||
display: 'inline-block';
|
||||
}
|
||||
|
||||
span.spoiler {
|
||||
// Style the inline spoiler itself: a dark block, invisible font
|
||||
@@ -26,3 +23,4 @@ span.spoiler {
|
||||
visibility: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user