Skip to content

Commit

Permalink
DATAP-1218: Need a focus state for accessibility (#1858) (#485)
Browse files Browse the repository at this point in the history
* add hover and focus css for tabbed nav

* hex to color variable
  • Loading branch information
BrewCityBoy authored Jan 23, 2024
1 parent 8d0a802 commit 878056d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/TabbedNavigation.less
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@
border: 1px solid @gray-20;
border-bottom: none;

&:hover {
color: @pacific-60;
}

&:focus {
color: @navy-dark;
}

&:after {
content: '';
border-top: solid 1px;
Expand Down

0 comments on commit 878056d

Please sign in to comment.