mirror of
https://github.com/maputnik/editor.git
synced 2025-12-26 08:00:01 +00:00
Fixed lint errors.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user