mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 05:57:46 +01:00
Fixed lint errors.
This commit is contained in:
parent
a693f6db4e
commit
3b5ba6c59e
2 changed files with 1 additions and 2 deletions
|
@ -296,7 +296,7 @@ export default class CombiningFilterEditor extends React.Component {
|
|||
/>
|
||||
{this.state.valueIsSimpleFilter &&
|
||||
<div className="maputnik-expr-infobox">
|
||||
You've entered a old style filter,{' '}
|
||||
You've entered a old style filter,{' '}
|
||||
<button
|
||||
onClick={this.makeFilter}
|
||||
className="maputnik-expr-infobox__button"
|
||||
|
|
|
@ -74,7 +74,6 @@
|
|||
color: $color-white;
|
||||
}
|
||||
.maputnik-expr-infobox__button {
|
||||
unset: all;
|
||||
background: none;
|
||||
border: none;
|
||||
padding: 0;
|
||||
|
|
Loading…
Reference in a new issue