Hide ugly frame when focused
This commit is contained in:
parent
26b91c84b4
commit
8e96d5e7ed
@ -178,6 +178,7 @@ class Posters extends React.PureComponent {
|
||||
return (
|
||||
<div tabIndex="0"
|
||||
onKeyDown={(event) => this.move(event)}
|
||||
className="poster-list"
|
||||
>
|
||||
<InfiniteScroll
|
||||
hasMore={this.props.hasMore}
|
||||
|
@ -45,6 +45,10 @@ body {
|
||||
}
|
||||
}
|
||||
|
||||
.poster-list {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.list-filter {
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user