From 3c0117ace70301e90e42be44a3466049cc668998 Mon Sep 17 00:00:00 2001 From: WhiteNoiseDev Date: Mon, 6 Jul 2020 14:14:12 -0400 Subject: [PATCH] Only hide bookmarks icon --- README.md | 3 +++ whitenoise-custom.css | 6 +++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bb3e74d..0896048 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,9 @@ Much of the credit for this theme goes to @Jevgeni for the initial work ## current +## 0.5.1 +- whitenoise: Only hide bookmarks icon + ## 0.5.0 - fixed typo - polished keyboard shortcuts diff --git a/whitenoise-custom.css b/whitenoise-custom.css index 96731fb..8d91374 100644 --- a/whitenoise-custom.css +++ b/whitenoise-custom.css @@ -41,11 +41,15 @@ */ /* Hide folder and file icons */ -.BookmarkItem-icon, +.BookmarkItem-icon { + display: none; +} +/* .DocumentItem-icon, .FolderItem-icon { display: none; } +*/ /* Shrink Images by doing ![](https://.../blah.jpg#75) */ .node-displayed-image[src$="#75"] {