From 263b65997cf54f302fd79562becd515e68cca406 Mon Sep 17 00:00:00 2001 From: zadam Date: Wed, 24 Jun 2020 20:44:00 +0200 Subject: [PATCH] hide "type around" controls in printed PDF, closes #1129 --- libraries/ckeditor/ckeditor-content.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libraries/ckeditor/ckeditor-content.css b/libraries/ckeditor/ckeditor-content.css index 9b3dd1e87..926c9a8d1 100644 --- a/libraries/ckeditor/ckeditor-content.css +++ b/libraries/ckeditor/ckeditor-content.css @@ -324,3 +324,9 @@ display: none; } } + +/* !!!!!! TRILIUM CUSTOM CHANGES !!!!!! */ + +.ck-widget__type-around { /* gets rid of triangles: https://github.com/zadam/trilium/issues/1129 */ + display: none; +}