-
-
-
+
this.handleFieldChange('thumbnail', e)} />
-
diff --git a/client/homebrew/editor/metadataEditor/metadataEditor.less b/client/homebrew/editor/metadataEditor/metadataEditor.less
index cd4fb38a1..3d3267f80 100644
--- a/client/homebrew/editor/metadataEditor/metadataEditor.less
+++ b/client/homebrew/editor/metadataEditor/metadataEditor.less
@@ -215,7 +215,7 @@
}
a {
color:black;
- text-decoration:unset;
+ text-underline-offset:0.2em;
}
}
diff --git a/client/homebrew/editor/tagInput/tagInput.jsx b/client/homebrew/editor/tagInput/tagInput.jsx
index aee33e8f6..2ec4b3db9 100644
--- a/client/homebrew/editor/tagInput/tagInput.jsx
+++ b/client/homebrew/editor/tagInput/tagInput.jsx
@@ -181,6 +181,7 @@ const TagInput = ({ tooltip, label, valuePatterns, values = [], unique = true, p
{t.value}
{
e.stopPropagation();
removeTag(i);
diff --git a/shared/naturalcrit/styles/core.less b/shared/naturalcrit/styles/core.less
index 3ff3e37fe..02d3dbab8 100644
--- a/shared/naturalcrit/styles/core.less
+++ b/shared/naturalcrit/styles/core.less
@@ -23,7 +23,6 @@ html,body, #reactRoot {
text-transform : uppercase;
text-decoration : none;
cursor : pointer;
- outline : none;
background-color : @backgroundColor;
border : none;
&:hover { background-color : darken(@backgroundColor, 5%); }