summaryrefslogtreecommitdiff
path: root/stylesheets
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 /stylesheets
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.
Diffstat (limited to 'stylesheets')
-rw-r--r--stylesheets/commun.css7
1 files changed, 0 insertions, 7 deletions
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;