diff --git a/app/stylesheets/components/_imageSearch.scss b/app/stylesheets/components/_imageSearch.scss index 26c9fdb17dd..18691e9d663 100644 --- a/app/stylesheets/components/_imageSearch.scss +++ b/app/stylesheets/components/_imageSearch.scss @@ -43,6 +43,11 @@ background: transparent; border: none; padding: 0; + + &:focus { + outline: 2px solid var(--ic-brand-primary); + outline-offset: 2px; + } } .ImageSearch__screenreader { @@ -87,4 +92,8 @@ overflow: wrap; margin: 0 .25rem; } + + & a:focus, & a:hover { + outline: 1px solid rgba($ic-color-light, 1); + } }