diff --git a/src/components/TabbedNavigation.less b/src/components/TabbedNavigation.less index e0f2b3987..083d97bd7 100644 --- a/src/components/TabbedNavigation.less +++ b/src/components/TabbedNavigation.less @@ -22,6 +22,14 @@ border: 1px solid @gray-20; border-bottom: none; + &:hover { + color: #7eb7e8; + } + + &:focus { + color: #002d72; + } + &:after { content: ''; border-top: solid 1px;