From 24963fa4d3378e3b3bd762e7775296910a7d4af2 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Wed, 3 Mar 2021 23:26:19 +0100 Subject: Remove anglet bracket after "dropdown" It invites clicking for folding, but the link sends to quatuor.html which is not helpful. --- stylesheets/commun.css | 7 ------- 1 file changed, 7 deletions(-) (limited to 'stylesheets') diff --git a/stylesheets/commun.css b/stylesheets/commun.css index 20c42f7..854603c 100644 --- a/stylesheets/commun.css +++ b/stylesheets/commun.css @@ -349,13 +349,6 @@ footer.legal { display: flex; padding-bottom: 0; } - header.slidingmenu > .content > nav.menu li.dropdown > a:after { - content: url('../images/chevron-down-gold.svg'); - filter: grayscale(1); - } - header.slidingmenu > .content > nav.menu li.dropdown > a:hover:after { - filter: grayscale(0); - } header.slidingmenu > .content > nav.menu li.dropdown li > a { padding: 0.2em; padding-left: 4em; -- cgit v1.2.3