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

Fix linter

This commit is contained in:
simurai 2019-07-02 16:27:06 +09:00
parent 3967c3d0b4
commit 7c717bb942

View File

@ -43,10 +43,10 @@
.SideNav-item:hover,
.SideNav-item:focus {
outline: none;
text-decoration: none;
color: $text-gray-dark;
text-decoration: none;
background-color: $gray-100;
outline: none;
// Bar on the left
&::before {
@ -98,9 +98,9 @@
.SideNav-subItem:hover,
.SideNav-subItem:focus {
outline: none;
text-decoration: none;
color: $text-gray-dark;
text-decoration: none;
outline: none;
}
.SideNav-subItem[aria-current="page"],