Browse Source

Remove accessibility helper on SideBarListItem

master
meriadec 7 years ago
parent
commit
9714a4cdd7
No known key found for this signature in database GPG Key ID: 1D2FC2305E2CB399
  1. 2
      src/components/base/SideBar/SideBarListItem.js

2
src/components/base/SideBar/SideBarListItem.js

@ -75,9 +75,7 @@ const Container = styled(Tabbable).attrs({
opacity: ${p => (p.isActive ? 1 : 0.7)};
}
border: 1px dashed transparent;
&:focus {
border-color: rgba(0, 0, 0, 0.2);
outline: none;
}

Loading…
Cancel
Save