React-virtualized: How to close the blue lines

Created on 10 Dec 2018  路  2Comments  路  Source: bvaughn/react-virtualized

image
image

This blue line will appear when I click on any element in WindowScroller

Most helpful comment

.ReactVirtualized__List:focus{
  outline: none;
}

All 2 comments

.ReactVirtualized__List:focus{
  outline: none;
}

thanks

Was this page helpful?
0 / 5 - 0 ratings