summaryrefslogtreecommitdiff
path: root/source/features/clean-rich-text-editor.css
blob: 8f46ae6d0bc92e7e3cb98b583bfd3eb765c4d198 (plain) (blame)
1
2
3
4
5
6
7
8
/* Hide unnecessary comment toolbar items */
.rgh-clean-rich-text-editor md-mention,
.rgh-clean-rich-text-editor md-ref,
.rgh-clean-rich-text-editor md-header,
.rgh-clean-rich-text-editor md-bold,
.rgh-clean-rich-text-editor md-italic {
	display: none !important; /* Has to override `.d-inline-block` */
}