From 80d861c9f5b43c1a159670ed6aa2b5efaa8e6122 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Ferrandis?= Date: Mon, 3 Feb 2025 11:32:28 +0100 Subject: [PATCH] =?UTF-8?q?Supprime=20du=20CSS=20d=C3=A9di=C3=A9=20=C3=A0?= =?UTF-8?q?=20une=20tr=C3=A8s=20ancienne=20version=20du=20menu=20responsiv?= =?UTF-8?q?e=20(#5033)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../stylesheets/components/_dropdown.scss | 23 ------------------- 1 file changed, 23 deletions(-) diff --git a/app/javascript/stylesheets/components/_dropdown.scss b/app/javascript/stylesheets/components/_dropdown.scss index 6f28d40a06..115fd5e441 100644 --- a/app/javascript/stylesheets/components/_dropdown.scss +++ b/app/javascript/stylesheets/components/_dropdown.scss @@ -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; - } - } -}