diff --git a/.eslintrc.js b/.eslintrc.js index a7a1a0fb7..ca0bc91fd 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -67,6 +67,7 @@ module.exports = { '@typescript-eslint/no-shadow': ['error'], 'react/jsx-no-useless-fragment': 'off', 'jsx-a11y/control-has-associated-label': 'off', + 'jsx-a11y/label-has-associated-control': 'off', }, overrides: [ { diff --git a/browser/help/faq/mitochondrial-dna/__snapshots__/HaplogroupAndAncestryFilterTable.spec.tsx.snap b/browser/help/faq/mitochondrial-dna/__snapshots__/HaplogroupAndAncestryFilterTable.spec.tsx.snap index baa476616..97f940a30 100644 --- a/browser/help/faq/mitochondrial-dna/__snapshots__/HaplogroupAndAncestryFilterTable.spec.tsx.snap +++ b/browser/help/faq/mitochondrial-dna/__snapshots__/HaplogroupAndAncestryFilterTable.spec.tsx.snap @@ -7,15 +7,12 @@ exports[`has no unexpected changes 1`] = ` padding: 0.375em 1.5em 0.375em 0.75em; border: 1px solid #6c757d; border-radius: 0.25em; - -webkit-appearance: none; - -moz-appearance: none; appearance: none; background-image: url('data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7'); background-position: center right; background-repeat: no-repeat; font-size: 1em; line-height: 1.25; - margin: 1em 1em 0 0; } .c0:focus { @@ -24,8 +21,12 @@ exports[`has no unexpected changes 1`] = ` box-shadow: 0 0 0 0.2em rgba(70,130,180,0.5); } +.c1 { + margin: 1em 1em 0 0; +} +