mirror of
https://github.com/maputnik/editor.git
synced 2025-12-26 08:00:01 +00:00
All important stuff is in CSS now
This commit is contained in:
@@ -30,10 +30,7 @@ export default class DocLabel extends React.Component {
|
||||
onMouseOver={e => this.setState({showDoc: true})}
|
||||
onMouseOut={e => this.setState({showDoc: false})}
|
||||
className="maputnik-doc-target"
|
||||
style={{
|
||||
cursor: 'help',
|
||||
...this.props.cursorTargetStyle,
|
||||
}}
|
||||
style={this.props.cursorTargetStyle}
|
||||
>
|
||||
{this.props.label}
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user