Use SVG path for down carret as the css one has issues when solo menu

This commit is contained in:
guillaume-haerinck 2022-11-26 11:50:26 +01:00
parent 9dc03b05c7
commit 46b957095a
2 changed files with 3 additions and 10 deletions

View file

@ -115,12 +115,3 @@ body:not(.dark) #sun {
.sub-menu:hover {
visibility: visible;
}
.arrow-down {
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid var(--primary);
position: relative;
top: 1em;
left: 6px;
}