Skip to content

Commit 9df6e1a

Browse files
committed
Merge pull request #64 from sapegin/patch-3
Prevent link styles inheritance on buttons
2 parents d54bd25 + 11f62b5 commit 9df6e1a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/react/LogMonitorButton.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ const styles = {
1313
marginBottom: 5,
1414
flexGrow: 1,
1515
display: 'inline-block',
16-
fontSize: '0.8em'
16+
fontSize: '0.8em',
17+
color: 'white',
18+
textDecoration: 'none'
1719
}
1820
};
1921

0 commit comments

Comments
 (0)