mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-01-27 20:17:59 +01:00
Survey (#328): Cleaning
This commit is contained in:
parent
a88ca031d0
commit
5de9e708e9
2 changed files with 1 additions and 5 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue