From 585875cda7e3e261062a9b4f9d836bd8671b838e Mon Sep 17 00:00:00 2001 From: maTh <1645099+math-GH@users.noreply.github.com> Date: Sat, 30 Aug 2025 21:32:50 +0200 Subject: Global view: use generic CSS class to open panel (#7868) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I found this todo and just did it. 😆 Changes proposed in this pull request: - use `open-class` instead of `.box a` How to test the feature manually: 1. go to global view 2. click on a box title link: it will open the whole category in the panel 3. click on a feed name: it will open the feed articles in the panel 4. nothing will be different for the user as before --- app/views/index/global.phtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app') diff --git a/app/views/index/global.phtml b/app/views/index/global.phtml index 4be568fd0..a5af83412 100644 --- a/app/views/index/global.phtml +++ b/app/views/index/global.phtml @@ -58,7 +58,7 @@ $unreadArticles += $cat->nbNotRead(); ?>