diff --git a/src/app/common/common.less b/src/app/common/common.less
index e91ae465..fdd74c29 100644
--- a/src/app/common/common.less
+++ b/src/app/common/common.less
@@ -624,3 +624,45 @@
fill: #cc0000;
}
}
+
+
+
+.inline-edit {
+ .icon {
+ display: inline;
+ width: 12px;
+ height: 12px;
+ margin-left: 1em;
+ vertical-align: middle;
+ font-size: 14px;
+ }
+
+ .button {
+ padding-top: 0;
+ }
+
+ &.edit-not-active {
+ cursor: pointer;
+
+ i.fa-pen {
+ margin-left: 5px;
+ }
+
+ &:hover {
+ text-decoration: underline;
+ text-decoration-style: dotted;
+ }
+ }
+
+ &.edit-active {
+ input.input {
+ padding: 0;
+ height: 20px;
+ }
+
+ .button {
+ height: 20px;
+ }
+ }
+}
+
diff --git a/src/app/common/common.tsx b/src/app/common/common.tsx
index 4953bcc6..b7ef7b27 100644
--- a/src/app/common/common.tsx
+++ b/src/app/common/common.tsx
@@ -15,10 +15,8 @@ import { ReactComponent as CheckIcon } from "../assets/icons/line/check.svg";
import { ReactComponent as CopyIcon } from "../assets/icons/history/copy.svg";
import { ReactComponent as CircleIcon } from "../assets/icons/circle.svg";
import { ReactComponent as KeyIcon } from "../assets/icons/key.svg";
-import { ReactComponent as XMarkIcon } from "../assets/icons/line/xmark.svg";
import { ReactComponent as RotateIcon } from "../assets/icons/rotate_left.svg";
import { ReactComponent as CircleInfoIcon } from "../assets/icons/circle_info.svg";
-import { ReactComponent as PenIcon } from "../assets/icons/favourites/pen.svg";
import "./common.less";
@@ -243,7 +241,7 @@ class InlineSettingsTextEdit extends React.Component<
title="Cancel (Esc)"
className="button is-prompt-danger is-outlined is-small"
>
-