From 11f5029412d56917ac0ebf81d6776b6dc7c56d41 Mon Sep 17 00:00:00 2001 From: rhiannon morris Date: Sun, 6 Aug 2023 06:50:07 +0200 Subject: [PATCH] simplify a selector --- style/shiny/gallery.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/shiny/gallery.css b/style/shiny/gallery.css index f0d8ead..fe910f2 100644 --- a/style/shiny/gallery.css +++ b/style/shiny/gallery.css @@ -118,7 +118,7 @@ text-decoration: none; } -#filters-details[data-filters]:not([open])::after { +#filters-details:not([open])::after { content: attr(data-filters); margin-left: 2em; font-size: 90%;