mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-21 22:54:11 +08:00
fix(theme-picker): Add tabIndex to click to dismiss
This commit is contained in:
parent
a88c7db3a5
commit
38d9c41c0b
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ class ThemePicker extends React.Component {
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
return (
|
return (
|
||||||
<div className="theme-picker">
|
<div className="theme-picker" tabIndex="1">
|
||||||
<Flexbox direction="column">
|
<Flexbox direction="column">
|
||||||
<RetinaImg
|
<RetinaImg
|
||||||
style={{width: "14", height: "14", margin: "12px", WebkitFilter: "none"}}
|
style={{width: "14", height: "14", margin: "12px", WebkitFilter: "none"}}
|
||||||
|
|
Loading…
Reference in a new issue