Skip to content

Commit

Permalink
add hover and focus css for tabbed nav
Browse files Browse the repository at this point in the history
  • Loading branch information
BrewCityBoy committed Jan 19, 2024
1 parent 8d0a802 commit bda1baf
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: #7eb7e8;
}

&:focus {
color: #002d72;
}

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

0 comments on commit bda1baf

Please sign in to comment.