diff --git a/src/navigation/underline-nav.scss b/src/navigation/underline-nav.scss index 4c948781..fd7347cf 100644 --- a/src/navigation/underline-nav.scss +++ b/src/navigation/underline-nav.scss @@ -31,7 +31,8 @@ } } - &.selected { + &[role=tab][aria-selected=true], + &.selected { // TODO@14.0.0: remove &.selected font-weight: $font-weight-bold; color: $text-gray-dark; border-bottom-color: $orange-600;