From 9012db01554b9ac3b99651be8a3944668757fa64 Mon Sep 17 00:00:00 2001 From: maTh Date: Mon, 24 Jan 2022 09:24:20 +0100 Subject: Fix: dropdown menu triangle in mobile view (#4169) * central triangle styles moved to template.css * Update template.rtl.css * fix: triangle in config menu in mobile view * improve dark theme in mobile view --- p/themes/Mapco/mapco.css | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'p/themes/Mapco/mapco.css') diff --git a/p/themes/Mapco/mapco.css b/p/themes/Mapco/mapco.css index f411802b9..741df030b 100644 --- a/p/themes/Mapco/mapco.css +++ b/p/themes/Mapco/mapco.css @@ -234,16 +234,8 @@ form th { text-align: left; } .dropdown-menu::after { - background: #f9fafb; - width: 10px; - height: 10px; - content: ""; - position: absolute; - top: -4px; + border: none; right: 18px; - bottom: -14px; - z-index: -10; - transform: rotate(45deg); } .dropdown-menu .dropdown-header { margin: 1.75rem 0 0.5rem 2rem; -- cgit v1.2.3