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