Skip to content

Commit

Permalink
Fixed a couple of typos in merge
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarto committed May 18, 2018
1 parent e75eec9 commit 5a403ea
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion web/client/components/map/openlayers/VectorStyle.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ const image = new ol.style.Circle({
});

const Icons = require('../../../utils/openlayers/Icons');
const {colorToRgbaStr} = require('../../../utils/ColorUtils');

const STYLE_POINT = {
color: '#ffcc33',
Expand Down
1 change: 0 additions & 1 deletion web/client/themes/default/less/common.less
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ textarea {
.ms2-border-layout-content {
background-color: @ms2-color-background;
}
<< HEAD
.mapstore-filter {
&.form-group {
margin: (@square-btn-size - @square-btn-medium-size)/2 0 0 0;
Expand Down

0 comments on commit 5a403ea

Please sign in to comment.