diff --git a/_prototypes/end-to-end/style.css b/_prototypes/end-to-end/style.css index d590eb2d8f..cb91271145 100644 --- a/_prototypes/end-to-end/style.css +++ b/_prototypes/end-to-end/style.css @@ -864,7 +864,11 @@ hr { } .btn--ghost.exit:after { - background-image: url(/img/icons/icons--exit.svg); + background-image: url(/img/icons/icons--exit-white.svg); +} + +.btn--ghost.exit:focus:after { + background-image: url(/img/icons/icons--exit-black.svg); } .btn--ghost.complete-later:after { diff --git a/img/icons/icons--exit-black.svg b/img/icons/icons--exit-black.svg new file mode 100644 index 0000000000..5e56cb8de2 --- /dev/null +++ b/img/icons/icons--exit-black.svg @@ -0,0 +1 @@ + \ No newline at end of file