No-hover buttons
This commit is contained in:
@ -213,11 +213,11 @@ class Settings extends React.Component{
|
||||
|
||||
var options = (
|
||||
<span>
|
||||
<button onClick={e => hashHistory.push(global.baseURL+'settings/debug')}>
|
||||
<button className="no-hover" onClick={e => hashHistory.push(global.baseURL+'settings/debug')}>
|
||||
<FontAwesome name="flask" />
|
||||
Debug
|
||||
</button>
|
||||
<a className="button" href="https://github.com/jaedb/Iris/wiki" target="_blank">
|
||||
<a className="no-hover button" href="https://github.com/jaedb/Iris/wiki" target="_blank">
|
||||
<FontAwesome name="question" />
|
||||
Help
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user