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

nix :not([aria-current=false]) from UnderlineNav-item selected selector

Co-Authored-By: simurai <simulus@gmail.com>
This commit is contained in:
Shawn Allen 2019-10-24 13:21:21 -07:00 committed by GitHub
parent 8b9b7cbb6f
commit f16ae5e8bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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