No-hover buttons
This commit is contained in:
@ -43,7 +43,7 @@ class Debug extends React.Component{
|
||||
|
||||
var options = (
|
||||
<span>
|
||||
<button onClick={e => hashHistory.push(global.baseURL+'settings')}>
|
||||
<button className="no-hover" onClick={e => hashHistory.push(global.baseURL+'settings')}>
|
||||
<FontAwesome name="reply" />
|
||||
Back
|
||||
</button>
|
||||
|
||||
@ -39,7 +39,7 @@ class QueueHistory extends React.Component{
|
||||
render(){
|
||||
var options = (
|
||||
<span>
|
||||
<button onClick={e => hashHistory.push(global.baseURL+'queue')}>
|
||||
<button className="no-hover" onClick={e => hashHistory.push(global.baseURL+'queue')}>
|
||||
<FontAwesome name="reply" />
|
||||
Back
|
||||
</button>
|
||||
|
||||
@ -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