diff options
| -rw-r--r-- | images/chevron-down-gold.svg | 1 | ||||
| -rw-r--r-- | stylesheets/commun.css | 7 |
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; |
