diff --git a/app/assets/stylesheets/components/navigation.scss b/app/assets/stylesheets/components/navigation.scss index 80ba06fb9..17eb6271b 100644 --- a/app/assets/stylesheets/components/navigation.scss +++ b/app/assets/stylesheets/components/navigation.scss @@ -68,6 +68,10 @@ text-decoration: underline; } + &:focus { + text-decoration: none; // override the :hover style (the focus style has its own underline) + } + } &-service { @@ -167,6 +171,10 @@ text-decoration: underline; } + &:focus { // override the :hover style (the focus style has its own underline) + text-decoration: none; + } + &.selected { @include bold-19; position: relative;