We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15c81d1 commit 484752dCopy full SHA for 484752d
umap/static/umap/css/form.css
@@ -99,7 +99,7 @@ select[multiple="multiple"] {
99
}
100
101
.button,
102
-[type="button"],
+[type="button"]:not(.icon),
103
input[type="submit"] {
104
display: flex;
105
align-items: center;
umap/static/umap/js/modules/filters.js
@@ -107,7 +107,7 @@ export default class Filters {
107
108
const label = `
109
<span>${Utils.escapeHTML(this.defined.get(name).label || field.key)}
110
- <button class="icon icon-16 icon-edit show-on-edit" data-ref=editFilter></button>
+ <button type="button" class="icon icon-16 icon-edit show-on-edit" data-ref=editFilter></button>
111
</span>`
112
formFields.push([
113
`selected.${name}`,
0 commit comments