Skip to content

Commit

Permalink
Added focus outline to my premises page resource links
Browse files Browse the repository at this point in the history
  • Loading branch information
SanttuA committed Feb 13, 2024
1 parent 90fbd6b commit eccab28
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/shared/availability-view/_availability-view.scss
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@
}
}

// Fixes to alignment, sizing, borders and text overflow
.resource-info {
display: flex;
align-items: flex-start;
Expand Down Expand Up @@ -223,9 +222,12 @@
max-width: 100%;
padding-bottom: 3px;

&:focus-within {
outline: 2px solid currentColor;
}

a {
color: $text-color;

font-weight: $headings-font-weight;
}
}
Expand Down

0 comments on commit eccab28

Please sign in to comment.