summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-03-03 23:26:19 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-03-03 23:26:19 +0100
commit24963fa4d3378e3b3bd762e7775296910a7d4af2 (patch)
treefd1f6500cccc91820e608fadadf8399902d07831
parent53526af651be9747811e9970db4de4d7ff82f258 (diff)
downloadquatuorbellefeuille.com-24963fa4d3378e3b3bd762e7775296910a7d4af2.tar.xz
Remove anglet bracket after "dropdown"
It invites clicking for folding, but the link sends to quatuor.html which is not helpful.
-rw-r--r--images/chevron-down-gold.svg1
-rw-r--r--stylesheets/commun.css7
2 files changed, 0 insertions, 8 deletions
diff --git a/images/chevron-down-gold.svg b/images/chevron-down-gold.svg
deleted file mode 100644
index e7a846c..0000000
--- a/images/chevron-down-gold.svg
+++ /dev/null
@@ -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
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;