commit 24963fa4d3378e3b3bd762e7775296910a7d4af2 parent 53526af651be9747811e9970db4de4d7ff82f258 Author: Kévin Le Gouguec <kevin.legouguec@gmail.com> Date: Wed, 3 Mar 2021 23:26:19 +0100 Remove anglet bracket after "dropdown" It invites clicking for folding, but the link sends to quatuor.html which is not helpful. Diffstat:
| D | images/chevron-down-gold.svg | | | 2 | -- |
| M | stylesheets/commun.css | | | 7 | ------- |
2 files changed, 0 insertions(+), 9 deletions(-)
diff --git a/images/chevron-down-gold.svg b/images/chevron-down-gold.svg @@ -1 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#e4b63a" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><polyline points="6 9 12 15 18 9"></polyline></svg> -\ No newline at end of file diff --git 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;