diff --git a/server/src/sass/components/_flood-nav.scss b/server/src/sass/components/_flood-nav.scss index fd225882f..85c4bba17 100644 --- a/server/src/sass/components/_flood-nav.scss +++ b/server/src/sass/components/_flood-nav.scss @@ -19,27 +19,5 @@ &__link:focus { color: $govuk-text-colour; } - &__link--upstream, - &__link--downstream { - position: relative; - padding-left: 18px; - } - &__link--upstream:before, - &__link--downstream:before { - content: ''; - position: absolute; - top: 0px; - left: 0px; - background-image: svg-url(''); - background-color: transparent; - background-size: 14px 18px; - background-repeat: no-repeat; - background-position: top left; - width: 14px; - height: 18px; - } - &__link--downstream:before { - background-image: svg-url(''); - } }