diff --git a/src/shared/components/challenge-listing/Listing/Bucket/style.scss b/src/shared/components/challenge-listing/Listing/Bucket/style.scss index 07d1922ac0..3c0ba56fac 100644 --- a/src/shared/components/challenge-listing/Listing/Bucket/style.scss +++ b/src/shared/components/challenge-listing/Listing/Bucket/style.scss @@ -26,3 +26,8 @@ text-transform: none; width: 100%; } + +.view-more:focus { + border: 3px solid #79a3ef; + border-radius: 4px; +}