Implement settings close button hover

Closes #439
This commit is contained in:
Wesley van der Sanden 2017-10-08 00:16:45 +02:00
parent 85a1b34081
commit 2f9b14615a
2 changed files with 4 additions and 0 deletions

View file

@ -451,6 +451,7 @@ const SettingsPage = createReactClass({
<h1 style={settingsPage.heading}>{'Settings'}</h1>
<Button
id='btnClose'
className='CloseButton'
bsStyle='link'
style={settingsPage.close}
onClick={this.handleCancel}

View file

@ -1,3 +1,6 @@
.CloseButton:hover span {
color: #333;
}
.IndicatorContainer {
position: absolute;