diff --git a/app/assets/stylesheets/sdg/related_list_selector.scss b/app/assets/stylesheets/sdg/related_list_selector.scss index 9f2b2a2a8..7b32edaf7 100644 --- a/app/assets/stylesheets/sdg/related_list_selector.scss +++ b/app/assets/stylesheets/sdg/related_list_selector.scss @@ -17,7 +17,6 @@ } .goals { - @extend %sdg-goal-list-expanded; + label { @include element-invisible; @@ -27,6 +26,10 @@ font-weight: normal; font-style: italic; } + } + + .goal-list { + @extend %sdg-goal-list-expanded; input { @include element-invisible; diff --git a/app/components/sdg/related_list_selector_component.html.erb b/app/components/sdg/related_list_selector_component.html.erb index 54c600aae..4d8135b57 100644 --- a/app/components/sdg/related_list_selector_component.html.erb +++ b/app/components/sdg/related_list_selector_component.html.erb @@ -4,9 +4,11 @@