From 85e2c6e5ac98ef2fee862696577193b26e33319a Mon Sep 17 00:00:00 2001 From: rhiannon morris Date: Sun, 7 Jul 2024 22:12:44 +0200 Subject: [PATCH] tweak for filterlist style --- style/shiny/gallery.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style/shiny/gallery.css b/style/shiny/gallery.css index 3d6de9c..787cedb 100644 --- a/style/shiny/gallery.css +++ b/style/shiny/gallery.css @@ -56,8 +56,8 @@ width: 1px; } -.filterlist li:not([hidden]) { - display: block; +.filterlist li { + list-style: none; } .filterlist li:focus-within {