1
1
mirror of https://github.com/primer/css.git synced 2024-12-14 23:12:03 +03:00

Merge pull request #1005 from primer/underline-nav-selected

Add .selected back to the .UnderlineNav
This commit is contained in:
simurai 2020-01-23 13:30:10 +09:00 committed by GitHub
commit c5a0549048
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,6 +32,7 @@
}
}
&.selected,
&[role=tab][aria-selected=true],
&[aria-current] {
font-weight: $font-weight-bold;