diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index 5b78fa374..128b21346 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -253,12 +253,21 @@ a { } } - &.active { - border-bottom: 2px solid $brand; - color: $brand; + & + li { + margin-left: 0; } - &:not(.active) { + &.is-active { + border-bottom: 2px solid $brand; + color: $brand; + padding-bottom: rem-calc(1); + + h2 a { + color: $brand; + } + } + + &:not(.is-active) { margin-bottom: $line-height / 3; } } diff --git a/app/views/admin/legislation/processes/_subnav.html.erb b/app/views/admin/legislation/processes/_subnav.html.erb index 0b8c55840..2bfa9dd1d 100644 --- a/app/views/admin/legislation/processes/_subnav.html.erb +++ b/app/views/admin/legislation/processes/_subnav.html.erb @@ -1,6 +1,6 @@