Skip to content

Commit

Permalink
Supprime du CSS dédié à une très ancienne version du menu responsive (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
francois-ferrandis authored Feb 3, 2025
1 parent 895ad98 commit 80d861c
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions app/javascript/stylesheets/components/_dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,3 @@
.dropdown-toggle {
cursor: pointer;
}

.show {
> .dropdown-menu {
visibility: visible;
opacity: 1;
margin-top: 0 !important;
}
}

// Dropdown arrow hide
.arrow-none {
&:after {
display: none;
}
}

@media screen and (max-width: 640px) {
.show {
> .dropdown-menu {
display: contents;
}
}
}

0 comments on commit 80d861c

Please sign in to comment.