REMOVE outline:none

This commit is contained in:
Norbert de Langen 2018-01-13 21:35:18 +01:00
parent 7f38df535a
commit 00ccc54d70
No known key found for this signature in database
GPG Key ID: 976651DA156C2825

View File

@ -11,7 +11,6 @@ const RerunButton = glamorous.button({
padding: '5px 10px',
borderRadius: '4px 0 0 0',
color: 'rgba(0, 0, 0, 0.5)',
outline: 'none',
});
export default RerunButton;