Skip to content

Commit fc0e09d

Browse files
authored
Merge pull request #2934 from romitgit/MSFT-178-Issue#2850
MSFT 178 issue#2850 - added border on view more challenges button focus state
2 parents a1e2f26 + 728a1ae commit fc0e09d

File tree

1 file changed

+5
-0
lines changed
  • src/shared/components/challenge-listing/Listing/Bucket

1 file changed

+5
-0
lines changed

src/shared/components/challenge-listing/Listing/Bucket/style.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,8 @@
2626
text-transform: none;
2727
width: 100%;
2828
}
29+
30+
.view-more:focus {
31+
border: 3px solid #79a3ef;
32+
border-radius: 4px;
33+
}

0 commit comments

Comments
 (0)