diff --git a/patterns/multiselektions-pulldown.html b/patterns/multiselektions-pulldown.html index e9bd704..77e18e3 100644 --- a/patterns/multiselektions-pulldown.html +++ b/patterns/multiselektions-pulldown.html @@ -36,7 +36,7 @@ Checkbox 1 - + aus @@ -57,7 +57,7 @@ 6.5 - + aus @@ -78,7 +78,7 @@ 9.5 - + aus @@ -99,7 +99,7 @@ 5.0 - + aus @@ -124,7 +124,7 @@ Block 2 - + aus @@ -145,7 +145,7 @@ 3.0 - + aus @@ -166,7 +166,7 @@ 2.5 - + aus @@ -308,7 +308,7 @@ if (!slider) { return; } - sliderRow.dataset.componentState = isActive ? 'active' : 'inactive-selectable'; + sliderRow.dataset.componentState = 'active'; sliderRow.classList.remove('sg-slider-row--inactive-selectable'); slider.classList.add('sg-form-active'); slider.classList.remove('sg-form-inactive-selectable'); diff --git a/styles/25-patterns-form-sections.css b/styles/25-patterns-form-sections.css index 9bdd608..76f2138 100644 --- a/styles/25-patterns-form-sections.css +++ b/styles/25-patterns-form-sections.css @@ -113,7 +113,7 @@ line-height: 1; } -.sg-options-row[data-pattern="multiselektions-pulldown"] .sg-slider-row[data-activatable="true"][data-component-state="inactive-selectable"] { +.sg-options-row[data-pattern="multiselektions-pulldown"] .sg-slider-row[data-activatable="true"] { -webkit-tap-highlight-color: transparent; }