From 728a1ae16e45d2fb6358f6c52d7744b85f664a1f Mon Sep 17 00:00:00 2001 From: Romit Choudhary Date: Thu, 18 Jul 2019 23:09:01 +0530 Subject: [PATCH] added border on view more challenges button focus state --- .../components/challenge-listing/Listing/Bucket/style.scss | 5 +++++ 1 file changed, 5 insertions(+) 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; +}