iannbing / react-simple-tree-menu

A simple React tree menu component
MIT License
137 stars 48 forks source link

would like to remove that border box from tree component. #191

Open kavikumarN opened 3 years ago

kavikumarN commented 3 years ago

I have used react-simple-tree-menu npm Library. I want to remove that box border whenever the tree components gets focus. It is not reflected in page even if I change stuffs in css. Using border:0. image

iannbing commented 3 years ago

Hi, outline is what you're looking for, not border.