diff options
Diffstat (limited to 'source/features/clean-rich-text-editor.css')
-rw-r--r-- | source/features/clean-rich-text-editor.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/features/clean-rich-text-editor.css b/source/features/clean-rich-text-editor.css index c3bed0e8..41e956bc 100644 --- a/source/features/clean-rich-text-editor.css +++ b/source/features/clean-rich-text-editor.css @@ -1,6 +1,6 @@ /* Hide unnecessary comment toolbar items */ -md-mention, -md-ref, -markdown-toolbar > :nth-last-child(4) { /* H1, B, I */ +.rgh-clean-rich-text-editor md-mention, +.rgh-clean-rich-text-editor md-ref, +.rgh-clean-rich-text-editor markdown-toolbar > :nth-last-child(4) { /* H1, B, I */ display: none !important; /* Has to override `.d-inline-block` */ } |