PLT-1170: Support enter key in DeletePostModal

Этот коммит содержится в:
Florian Orben
2015-11-28 16:19:01 +01:00
родитель 42a001c4e2
Коммит eecba7880f
2 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@@ -152,6 +152,7 @@ export default class DeletePostModal extends React.Component {
type='button'
className='btn btn-danger'
onClick={this.handleDelete}
autoFocus='autofocus'
>
{'Delete'}
</button>

Просмотреть файл

@@ -116,7 +116,7 @@ a:focus, a:hover {
.btn {
&.btn-danger {
color: #fff;
&:hover, &:active {
&:hover, &:active, &:focus {
color: #fff;
}
}