Merge branch 'main' into improve-testing
This commit is contained in:
commit
02a397061d
|
@ -18,7 +18,8 @@ export default apiInitializer("0.11.1", (api) => {
|
||||||
"open-popup-link",
|
"open-popup-link",
|
||||||
"btn-default",
|
"btn-default",
|
||||||
"btn",
|
"btn",
|
||||||
"btn-icon-text"
|
"btn-icon-text",
|
||||||
|
"btn-edit-table"
|
||||||
);
|
);
|
||||||
const editIcon = create(
|
const editIcon = create(
|
||||||
iconNode("pencil-alt", { class: "edit-table-icon" })
|
iconNode("pencil-alt", { class: "edit-table-icon" })
|
||||||
|
|
|
@ -2,3 +2,11 @@
|
||||||
display: inline;
|
display: inline;
|
||||||
margin-inline: 0.25em;
|
margin-inline: 0.25em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn-edit-table {
|
||||||
|
-webkit-user-select: none;
|
||||||
|
-webkit-touch-callout: none;
|
||||||
|
-moz-user-select: none;
|
||||||
|
-ms-user-select: none;
|
||||||
|
user-select: none;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue