From 3b494a5efdad929f4de81dfbb58494fb2add7331 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Thu, 9 Jul 2020 14:13:35 +0100 Subject: [PATCH] Visually tweak selected area state This brings it back a bit closer to the page with the map, so the two feel cohesive, while still making the selected areas look different to textboxes. --- app/assets/stylesheets/components/area-list.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/assets/stylesheets/components/area-list.scss b/app/assets/stylesheets/components/area-list.scss index e7fb451c0..1ec78ecee 100644 --- a/app/assets/stylesheets/components/area-list.scss +++ b/app/assets/stylesheets/components/area-list.scss @@ -58,10 +58,8 @@ &--unremoveable { padding-right: govuk-spacing(2); background: $light-blue-25; - border-color: $light-blue-25; - color: $govuk-blue; - font-weight: bold; margin-right: govuk-spacing(3); + margin-bottom: 0; } }