From 2efcbcac8d055cbf4630813761ee0cdde84645ea Mon Sep 17 00:00:00 2001 From: Markus Hatvan Date: Fri, 3 Dec 2021 13:16:42 +0100 Subject: chore: upgrade dependencies to latest (#782) * chore: upgrade dependencies to latest - upgrade all dependencies to latest - add --report-unused-disable-directives flag to lint script - remove unused files reported by unicorn/no-empty-file - minor cleanup of circuit recipe - remove webview.js check in package.js --- recipes/nextcloud-news/service.css | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'recipes/nextcloud-news/service.css') diff --git a/recipes/nextcloud-news/service.css b/recipes/nextcloud-news/service.css index 4974300..ea90cc9 100644 --- a/recipes/nextcloud-news/service.css +++ b/recipes/nextcloud-news/service.css @@ -1,12 +1,20 @@ /* Hide all app links and contacts menu link in the top menu except for News */ -#appmenu li:not([data-id="news"]), #contactsmenu {display: none;} +#appmenu li:not([data-id='news']), +#contactsmenu { + display: none; +} /* Change the cursor to the default for Nextcloud home, News and settings links in the top menu and disable them */ -#nextcloud, #appmenu li[data-id="news"] a, #settings { - cursor: default; pointer-events: none; +#nextcloud, +#appmenu li[data-id='news'] a, +#settings { + cursor: default; + pointer-events: none; } /* Hide "More" link in the top menu */ -#more-apps {display: none !important;} +#more-apps { + display: none !important; +} -- cgit v1.2.3-70-g09d2