diff options
author | 2019-08-31 01:56:57 +0800 | |
---|---|---|
committer | 2019-08-31 00:56:57 +0700 | |
commit | 0ca864af6da9cac9f503e4abd0c58b60fbe1abc6 (patch) | |
tree | 54e13e05f1da1bb15bb7432b01b2e14f6e32c307 /source/features/clean-rich-text-editor.css | |
parent | cd6e8e1b16a016dfea57872c922e95a5878725ab (diff) | |
download | refined-github-0ca864af6da9cac9f503e4abd0c58b60fbe1abc6.tar.gz refined-github-0ca864af6da9cac9f503e4abd0c58b60fbe1abc6.tar.zst refined-github-0ca864af6da9cac9f503e4abd0c58b60fbe1abc6.zip |
Hide unnecessary tip on comment field (#2375)
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` */ } |