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

Use white background for SideNav

This commit is contained in:
simurai 2020-02-26 21:49:20 +09:00
parent 902846e280
commit e85d6c79a2

View File

@ -57,8 +57,7 @@
.SideNav-item[aria-current="page"], .SideNav-item[aria-current="page"],
.SideNav-item[aria-selected="true"] { .SideNav-item[aria-selected="true"] {
// stylelint-disable-next-line primer/colors background-color: $bg-white;
background-color: $orange-000;
// Bar on the left // Bar on the left
&::before { &::before {