diff --git a/app/assets/stylesheets/components/message.scss b/app/assets/stylesheets/components/message.scss index d04a7dfa9..21f0897fc 100644 --- a/app/assets/stylesheets/components/message.scss +++ b/app/assets/stylesheets/components/message.scss @@ -56,14 +56,6 @@ $message-type-bottom-spacing: govuk-spacing(4); } - &-type { - position: relative; /* needs to be non-static to have a z-index above the link :before element */ - color: $govuk-secondary-text-colour; - margin: 0 0 $message-type-bottom-spacing 0; - padding-left: 0; - pointer-events: none; - } - } .template-list { diff --git a/app/templates/views/templates/_template_list.html b/app/templates/views/templates/_template_list.html index 0b30b18a1..2d4a4f849 100644 --- a/app/templates/views/templates/_template_list.html +++ b/app/templates/views/templates/_template_list.html @@ -26,6 +26,10 @@