Skip to content

Commit

Permalink
Use focus-visible instead of focus
Browse files Browse the repository at this point in the history
  • Loading branch information
otenav committed Apr 27, 2022
1 parent e12e2b4 commit 6a2d981
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/views/ad/employerDetails/EmployerDetails.less
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@
font-size: 1.5rem;
display: flex;
align-items: center;
border-top: 2px solid @gray2;
padding-top: 1.5rem;

@media (min-width: @screen-md-min) {
font-size: 1.75rem;
border-top: 0;
}

svg {
Expand Down
4 changes: 2 additions & 2 deletions src/views/search/searchResults/SearchResultsItem.less
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

.SearchResultItem__link {
color: @primaryPurple;
display: inline-block;
margin: 0 2rem 1rem 0;
display: inline-block;

@media (min-width: @screen-sm-min) {
max-width: 600px;
Expand All @@ -33,7 +33,7 @@
color: @gray5;
}

&:focus {
&:focus-visible {
color: #ffffff;
background: @blueDarken;
outline: none;
Expand Down

0 comments on commit 6a2d981

Please sign in to comment.