mirror of
https://github.com/primer/css.git
synced 2024-12-03 03:33:40 +03:00
Fix linter
This commit is contained in:
parent
3967c3d0b4
commit
7c717bb942
@ -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"],
|
||||
|
Loading…
Reference in New Issue
Block a user