diff --git a/styles/components/_accordion_table.scss b/styles/components/_accordion_table.scss index fbc44cbe..d9e740af 100644 --- a/styles/components/_accordion_table.scss +++ b/styles/components/_accordion_table.scss @@ -46,7 +46,6 @@ margin: 0; li { - list-style-type: none; font-weight: $font-bold; border-bottom: 1px solid $color-gray-lightest; margin: 0; diff --git a/templates/portfolios/applications/index.html b/templates/portfolios/applications/index.html index 6683c83a..aa8740b7 100644 --- a/templates/portfolios/applications/index.html +++ b/templates/portfolios/applications/index.html @@ -55,15 +55,18 @@ {{ "portfolios.applications.team_text" | translate }} ({{ application.members | length }})
- + {% set has_environments = 0 < (application.environments|length) %} + Environments ({{ application.environments|length }}) - - {{ Icon('caret_up') }} - - - {{ Icon('caret_down') }} - - + {% if has_environments %} + + {{ Icon('caret_up') }} + + + {{ Icon('caret_down') }} + + + {% endif %}