mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-26 03:23:55 +03:00
Merge pull request #64 from sapegin/patch-3
Prevent link styles inheritance on buttons
This commit is contained in:
commit
9df6e1a1da
|
@ -13,7 +13,9 @@ const styles = {
|
||||||
marginBottom: 5,
|
marginBottom: 5,
|
||||||
flexGrow: 1,
|
flexGrow: 1,
|
||||||
display: 'inline-block',
|
display: 'inline-block',
|
||||||
fontSize: '0.8em'
|
fontSize: '0.8em',
|
||||||
|
color: 'white',
|
||||||
|
textDecoration: 'none'
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user