From 0ca864af6da9cac9f503e4abd0c58b60fbe1abc6 Mon Sep 17 00:00:00 2001 From: Kid Date: Sat, 31 Aug 2019 01:56:57 +0800 Subject: Hide unnecessary tip on comment field (#2375) --- source/features/clean-rich-text-editor.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/features/clean-rich-text-editor.css') 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` */ } -- cgit v1.2.3