Merge pull request #614 from wvds/GH-439

Implement settings close button hover
This commit is contained in:
Yuya Ochiai
2017-10-10 21:43:02 +09:00
committed by GitHub
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;