From b81fd57e57e41bfd096a06933bf24043722def73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Tue, 19 May 2026 13:33:22 +0200 Subject: [PATCH] Make Multiselektionspulldown fully interactive --- patterns/multiselektionspulldown.html | 126 +++++++++++++++++++++++--- styleguide.css | 5 + 2 files changed, 116 insertions(+), 15 deletions(-) diff --git a/patterns/multiselektionspulldown.html b/patterns/multiselektionspulldown.html index fba3af0..74b3fe3 100644 --- a/patterns/multiselektionspulldown.html +++ b/patterns/multiselektionspulldown.html @@ -47,57 +47,57 @@ Nur Score "attraktiv" -
+
Aktienbewertung 6.5 - +
-
+
Wachstum 9.5 - +
-
+
Profitabilität 5.0 - +
-
+
Stabilität 6.5 - +

Marktbewertung Maximum

-
+
PE 30 - +
-
+
PE forw. 25 - +
-
+
PEG 1.6 - +
@@ -122,7 +122,7 @@
Moat mindestens - +
@@ -136,5 +136,101 @@
+ + diff --git a/styleguide.css b/styleguide.css index 94ae9f4..72bdb3a 100644 --- a/styleguide.css +++ b/styleguide.css @@ -1743,6 +1743,11 @@ section + section { min-width: 7.5rem; } +.sg-multiselect-pulldown__toggle { + font-size: 1.2rem; + line-height: 1; +} + @media (max-width: 48rem) { .sg-multiselect-pulldown-demo { width: 100%;