mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-11 00:06:25 +08:00
REMOVE outline:none
This commit is contained in:
parent
7f38df535a
commit
00ccc54d70
@ -11,7 +11,6 @@ const RerunButton = glamorous.button({
|
|||||||
padding: '5px 10px',
|
padding: '5px 10px',
|
||||||
borderRadius: '4px 0 0 0',
|
borderRadius: '4px 0 0 0',
|
||||||
color: 'rgba(0, 0, 0, 0.5)',
|
color: 'rgba(0, 0, 0, 0.5)',
|
||||||
outline: 'none',
|
|
||||||
});
|
});
|
||||||
|
|
||||||
export default RerunButton;
|
export default RerunButton;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user