fix: addressed chrome browser issues (#2453)

This commit is contained in:
Wyatt Johnson
2019-08-09 20:24:54 +00:00
committed by GitHub
parent 22188e7c31
commit 11fc3697ed
9 changed files with 49 additions and 54 deletions
@@ -408,13 +408,13 @@ Markdown can be found
Minimum Comment Length
</label>
<div
className="TextField-root CommentLengthConfig-commentLengthTextInput"
className="TextField-root"
>
<input
autoCapitalize="off"
autoComplete="off"
autoCorrect="off"
className="TextField-input TextField-colorRegular TextField-textAlignCenter"
className="TextField-input CommentLengthConfig-commentLengthTextInput TextField-colorRegular TextField-textAlignCenter"
disabled={false}
id="configure-general-commentLength-min"
name="charCount.min"
@@ -447,13 +447,13 @@ Markdown can be found
Maximum Comment Length
</label>
<div
className="TextField-root CommentLengthConfig-commentLengthTextInput"
className="TextField-root"
>
<input
autoCapitalize="off"
autoComplete="off"
autoCorrect="off"
className="TextField-input TextField-colorRegular TextField-textAlignCenter"
className="TextField-input CommentLengthConfig-commentLengthTextInput TextField-colorRegular TextField-textAlignCenter"
disabled={false}
id="configure-general-commentLength-max"
name="charCount.max"
@@ -526,7 +526,7 @@ moderation panel.
>
<select
aria-label="unit"
className="SelectField-select DurationField-unit"
className="SelectField-select DurationField-select"
disabled={false}
name="editCommentWindowLength-unit"
onBlur={[Function]}
@@ -671,7 +671,7 @@ moderation panel.
>
<select
aria-label="unit"
className="SelectField-select DurationField-unit"
className="SelectField-select DurationField-select"
disabled={false}
name="closeCommenting.timeout-unit"
onBlur={[Function]}
@@ -158,16 +158,12 @@ and submitted comments are counted.
type="text"
value="7"
/>
<div
className="TextField-adornment"
>
<p
className="Box-root Typography-root Typography-bodyCopy Typography-colorTextPrimary"
>
Days
</p>
</div>
</div>
<p
className="Box-root Typography-root Typography-bodyCopy Typography-colorTextPrimary DurationField-unit"
>
Days
</p>
</div>
</fieldset>
<fieldset
@@ -259,13 +255,13 @@ comment history timeframe (does not include comments pending for
toxicity, spam or pre-moderation.)
</p>
<div
className="TextField-root RecentCommentHistoryConfig-thresholdTextField"
className="TextField-root"
>
<input
autoCapitalize="off"
autoComplete="off"
autoCorrect="off"
className="TextField-input TextField-colorRegular TextField-textAlignCenter"
className="TextField-input RecentCommentHistoryConfig-thresholdTextField TextField-colorRegular TextField-textAlignCenter"
disabled={false}
name="recentCommentHistory.triggerRejectionRate"
onBlur={[Function]}
@@ -519,13 +515,13 @@ the
comment is toxic, according to Perspective API. By default the threshold is set to 80%.
</p>
<div
className="TextField-root PerspectiveConfig-thresholdTextField"
className="TextField-root"
>
<input
autoCapitalize="off"
autoComplete="off"
autoCorrect="off"
className="TextField-input TextField-colorRegular TextField-textAlignCenter"
className="TextField-input PerspectiveConfig-thresholdTextField TextField-colorRegular TextField-textAlignCenter"
disabled={false}
id="configure-moderation-perspective-threshold"
name="integrations.perspective.threshold"