mirror of
https://github.com/maputnik/editor.git
synced 2025-12-25 15:40:00 +00:00
Survey (#328): Cleaning
This commit is contained in:
@@ -63,7 +63,7 @@ class ToolbarLinkHighlighted extends React.Component {
|
||||
|
||||
render() {
|
||||
return <a
|
||||
className={classnames('maputnik-toolbar-link', "maputnik-toolbar-link--highlighted2", this.props.className)}
|
||||
className={classnames('maputnik-toolbar-link', "maputnik-toolbar-link--highlighted", this.props.className)}
|
||||
href={this.props.href}
|
||||
rel="noopener noreferrer"
|
||||
target="_blank"
|
||||
|
||||
@@ -58,10 +58,6 @@
|
||||
}
|
||||
|
||||
.maputnik-toolbar-link--highlighted {
|
||||
color: $color-green;
|
||||
}
|
||||
|
||||
.maputnik-toolbar-link--highlighted2 {
|
||||
line-height: 1;
|
||||
padding: $margin-2 $margin-3;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user