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:
parent
8b9b7cbb6f
commit
f16ae5e8bd
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user