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; - } - } -}