From c9d0d20ef66d546d1a1e24380b1363d2471986e9 Mon Sep 17 00:00:00 2001 From: maTh Date: Mon, 18 Apr 2022 22:05:12 +0200 Subject: Fix: article footer + improve: labeling (#4306) * icon = open dropdown * label icon * added: link to edit labels * dropdown-menu label: padding and hover * improve input row * CSS * Update main.js * Update main.js * Update main.js * fix * make addItem button selectable via tabbing * Fixed theme: Ansum * tags menu: use the new icon * Fixed theme: Flat design make the manage button visible * fixed Theme: Mapco * Fixed theme: Pafat --- p/themes/Mapco/_components.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'p/themes/Mapco/_components.scss') diff --git a/p/themes/Mapco/_components.scss b/p/themes/Mapco/_components.scss index f54170c0a..91fa2126d 100644 --- a/p/themes/Mapco/_components.scss +++ b/p/themes/Mapco/_components.scss @@ -42,7 +42,7 @@ .dropdown-header { // padding: 0 5px 5px; - margin: 1.75rem 0 0.5rem 2rem; + margin: 1rem 0.5rem 1rem 1rem; font-weight: bold; text-align: left; color: variables.$grey-dark; @@ -62,11 +62,11 @@ line-height: 2.5em; } - &:hover { + &:not(.addItem):hover { background: variables.$main-first; color: variables.$white; - a, button { + a, button, label { text-decoration: none; color: variables.$white; } -- cgit v1.2.3