Browse Source
Remove accessibility helper on SideBarListItem
master
meriadec
7 years ago
No known key found for this signature in database
GPG Key ID: 1D2FC2305E2CB399
1 changed files with
0 additions and
2 deletions
-
src/components/base/SideBar/SideBarListItem.js
|
@ -75,9 +75,7 @@ const Container = styled(Tabbable).attrs({ |
|
|
opacity: ${p => (p.isActive ? 1 : 0.7)}; |
|
|
opacity: ${p => (p.isActive ? 1 : 0.7)}; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
border: 1px dashed transparent; |
|
|
|
|
|
&:focus { |
|
|
&:focus { |
|
|
border-color: rgba(0, 0, 0, 0.2); |
|
|
|
|
|
outline: none; |
|
|
outline: none; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|