diff --git a/app/assets/stylesheets/legislation_process.scss b/app/assets/stylesheets/legislation_process.scss index 30332d49b..0bfff8b23 100644 --- a/app/assets/stylesheets/legislation_process.scss +++ b/app/assets/stylesheets/legislation_process.scss @@ -101,6 +101,11 @@ .is-active { border-bottom: 2px solid $brand; + + a, + h4 { + color: $brand; + } } } } diff --git a/app/views/legislation/processes/_key_dates.html.erb b/app/views/legislation/processes/_key_dates.html.erb index dc74f8c59..0ada8de08 100644 --- a/app/views/legislation/processes/_key_dates.html.erb +++ b/app/views/legislation/processes/_key_dates.html.erb @@ -15,7 +15,7 @@ <% end %> <% if process.proposals_phase.enabled? %> -
<%= format_date(process.proposals_phase_start_date) %> - <%= format_date(process.proposals_phase_end_date) %>
diff --git a/app/views/legislation/processes/debate.html.erb b/app/views/legislation/processes/debate.html.erb index 52969cef2..084b19f80 100644 --- a/app/views/legislation/processes/debate.html.erb +++ b/app/views/legislation/processes/debate.html.erb @@ -4,7 +4,7 @@ <%= render 'documents/additional_documents', documents: @process.documents %> -<%= render 'key_dates', process: @process, phase: :debate %> +<%= render 'key_dates', process: @process, phase: :debate_phase %>