Remove fill colors for selected items

This commit is contained in:
Willem Dantuma
2021-01-25 18:28:26 +01:00
parent d3c28847ec
commit bb555eec74
2 changed files with 0 additions and 11 deletions

View File

@@ -64,9 +64,6 @@ export class MapEffects {
stroke: new style.Stroke({
color: 'red',
width: 1
}),
fill: new style.Fill({
color: 'rgba(0, 0, 255, 0.1)'
})
})));
actions.push(new mapActions.SetStyle('selected',new style.Style({
@@ -78,9 +75,6 @@ export class MapEffects {
stroke: new style.Stroke({
color: 'red',
width: 3
}),
fill: new style.Fill({
color: 'rgba(0, 0, 255, 0.1)'
})
})));