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