1
1
mirror of https://github.com/primer/css.git synced 2025-01-05 21:22:57 +03:00

add .UnderlineNav-item[aria-current] to selected state

This commit is contained in:
Shawn Allen 2019-10-22 11:44:37 -07:00 committed by GitHub
parent 3560f36dc9
commit 8b9b7cbb6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,8 +31,9 @@
}
}
&.selected, // TODO@14.0.0: remove &.selected
&[role=tab][aria-selected=true],
&.selected { // TODO@14.0.0: remove &.selected
&[aria-current]:not([aria-current=false]) {
font-weight: $font-weight-bold;
color: $text-gray-dark;
border-bottom-color: $orange-600;