From f94ec779e66ca7203cd3cf1e807bcf3c983ed736 Mon Sep 17 00:00:00 2001 From: maTh Date: Tue, 11 Jan 2022 23:53:40 +0100 Subject: Improve dropdown menu mobile (#4141) * Theme template.css * theme adark * theme ansum * theme bluelagoon * theme dark * theme template.css RTL fix * theme flat * theme Origine * theme Origine-compact * theme Pafat * theme Screwdriver * theme Swage * theme Mapco * dropdown menu with thin scrollbar * Fix CI foundings * Fix RTL * Fix CSS semicolons * Fix CSS RTL * Fix SCSS * Update _mobile.scss --- p/themes/Mapco/_mobile.scss | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'p/themes/Mapco/_mobile.scss') diff --git a/p/themes/Mapco/_mobile.scss b/p/themes/Mapco/_mobile.scss index 65b31fb89..068cb1d18 100644 --- a/p/themes/Mapco/_mobile.scss +++ b/p/themes/Mapco/_mobile.scss @@ -147,7 +147,27 @@ } } + .dropdown-target:target { + ~ .dropdown-toggle::after { + background-color: $grey-lighter; + border-top: 1px solid $grey-light; + border-left: 1px solid $grey-light; + right: 21px; + bottom: -14px; + } + + ~ a.dropdown-toggle { + &:not(.btn) { + ~ .dropdown-menu { + margin-top: 0; + } + &::after { + bottom: -17px; + } + } + } + } .day { text-align: center; -- cgit v1.2.3