Skip to content

Commit

Permalink
Made accessibility fixes to Action bar buttons (#550)
Browse files Browse the repository at this point in the history
Co-authored-by: cdhenley219 <[email protected]>
  • Loading branch information
cdmh219 and cdhenley219 authored Oct 1, 2024
1 parent 19f3bc4 commit 7cd827a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/components/ActionBar/ActionBar.less
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,24 @@
}
}

.a-btn--link {
color: var(--pacific-dark);

&:hover {
color: var(--navy);
}

&:focus {
color: var(--pacific-dark);
border: 1px dotted var(--pacific-dark);
}

&:active {
color: var(--navy);
border: 1px dotted var(--navy);
}
}

@media @phone {
padding-left: 0;
border: 1px solid var(--gray-40);
Expand Down

0 comments on commit 7cd827a

Please sign in to comment.